Skip to content

Ikpia/stage_2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 14, 2023
66d9cb0 · Sep 14, 2023

History

7 Commits
Sep 13, 2023
Sep 13, 2023
Sep 13, 2023
Sep 13, 2023
Sep 13, 2023
Sep 14, 2023
Sep 13, 2023
Sep 14, 2023
Sep 14, 2023

Repository files navigation

REST API THAT PERFORMS CRUD OPERATIONS

This is a rest api that perform crud operations, click https://drive.google.com/file/d/1UjUldO5Lex0EQSa3JONV2gYOX4TEbeLj/view?usp=sharing to see the uml class diagram.

Features

  • Create Person
  • Get Person
  • Update Person
  • Delete Person

Run Locally

Clone the project

  git clone https://github.com/Ikpia/stage_2

Go to the project directory

  cd stage_2

Install dependencies

  npm install

Start the server

    npm start

Start mongodb

    mongod

Test the endpoints

    Make sure to have postman installed then use it to test the endpoints

Authors

Tech Stack

Server: Node js, Express js, mongoose.

Database: Mongodb

Testing Endpoints: Postman

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published