Skip to content

Latest commit

 

History

History
16 lines (7 loc) · 430 Bytes

README.md

File metadata and controls

16 lines (7 loc) · 430 Bytes

Node JS API Template

This project is a template NodeJS express API. Uses MongoDB as the database

Connect to MongoDB

To run this project, you will need to add the following environment variables to your .env file

DB_USER

DB_PASSWORD

You will then need to create a new database and project on MongoDB website. Once done fill in the user and password credentials for your database in the enviroment variables above