A List of Users with CRUD, based on Mongo, Express and Node.js
https://gogaga-userlist-gap-22052020.herokuapp.com
- Clone the project, and open a terminal inside the project folder
- To install the dependencies, execute:
npm install
- Create a .env file with two variables:
MONGO_URI=<Your MongoDB URI>
PORT=<Desired Port for the Server>
- To start the server, execute:
npm start