/Rest-API

A REST API created using node.js and deployed on mongoDB ATLAS. It allows user to login with authentication token and user can view, update add and delete products/orders to the API.

Primary LanguageJavaScript

Rest-API

A generic and reusable REST API created using node.js and deployed on mongoDB ATLAS.

It allows user to :

  • Login with authentication token

  • Basic CRUD operations on products/orders.

Get Started

1. System Requirements

  • Globally installed node

  • Connection with MongoDB Atlas

2. Installation

On the command prompt run the following commands

$ git clone https://github.com/Siddhant-Goswami/Rest-API.git

$ cd Rest-API/

$ npm install
  or
  yarn
  

3. Run

Run npm start in your terminal`