It`s a sample project used for "live demo" in presentation about "How to start in Node" prepared as a University home task for SSI.
We'll cover the concepts necessary to handle creating a CRUD Node.js/Express.js application.
- Clone the repo:
- Copy the .env.example to your own file
- Set the
DB_URIin.env(You must have preinstaled MongoDb in your machine) - Start the server:
node server.js - View in browser: http://localhost:8080