/OnlineMedicalshoppingApi

This is an application with an API written in NodeJs. It is an online medical App that enables a user to buy medicine online

Primary LanguageJavaScript

CircleCI Coverage Status

OnlineMedicalshoppingApi

This is an application with an API written in NodeJs. It is an online medical App that enables a user to buy medicine online.

Requirements

  • Ensure to have mongodb, you can download it here
  • Also install express and create a bookstore database, follow the tutorial here

Get your mongo server running

cd into your mongodb folder, then bin and type mongo in the terminal, When it connects you can create your database and tables.

Usage

Just clone this repo or download it and run npm install to install all dependencies. After run node app or nodemon to start the server.

Testing Endpoints

You can use Resteasy which is a chrome app or Postman which is also a chrome app or any other client that tests API endpoints.