Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 752 Bytes

setup.md

File metadata and controls

27 lines (16 loc) · 752 Bytes

Setup

Prerequisites

Before starting to test this API locally you need to assure you have the following prerequisites:

Installation and usage

  1. Install all the required packages:
  1. Create a .env file and add this to it : DATABASE_URL='mongodb://localhost/<YOUR-DB-NAME>'

  2. Run command npm run devStart

  3. Test by sending requests at localhost:3000

  4. Learn more about api testing here.