My very first Node application. A todolist restful CRUD API application built using Node.js, Express and MongoDB.
You can find it here.
- Install dependencies
npm install- Run Server
node index.jsYou can browse the apis at http://localhost:3000/api/tasks
All credit to this blog post for giving me the knowledge and inspiration to create something of my own.