/nodejs-mongodb-api

Project test api using NodeJS and MongoDB

Primary LanguageJavaScriptMIT LicenseMIT

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