Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 590 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 590 Bytes

Project test api using NodeJS and MongoDB

1. Create a MongoDB database on MongoDB Atlas

2. Configure _env to .env and replace your connection string to your MongoDB cluster on Atlas

3. cd to each folder and commands:

npm i
npm start

References