/stage_2

Primary LanguageJavaScript

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