/ToDoNodeMongoDB

Todo application with NodeJS + Express + Mongoose ( MongoDB )

Primary LanguageJavaScript

Todo Application with NodeJS + Express + Mongoose

This is a simple application of a todo list build with NodeJS + Express + Mongoose.

Getting started

  1. Clone this repository
  2. Start your mongo database mongod
  3. Start the application node app.js
  4. Have fun at http://localhost:3000

===

This application was based on