/2Do-List

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.

Primary LanguageJavaScript

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.

Create an ToDo app with Express.js

We'll cover the concepts necessary to handle creating a CRUD Node.js/Express.js application.

Installation

  • Clone the repo:
  • Copy the .env.example to your own file
  • Set the DB_URI in .env(You must have preinstaled MongoDb in your machine)
  • Start the server: node server.js
  • View in browser: http://localhost:8080