/Todo-Backend-node-

This repository is for Todo Backend currectly its is very simple but i will increase the complecity futher

Primary LanguageJavaScript

Full Stack Todo Application

This Project contain a following features -

  • Anyone can create a todo
  • Anyone can see their existing todos
  • Anyone can mark todo as done
  • Anyone can edit todo and save
  • Anyone can delete todo

All steps of these project in details

  • initialize a node project
  • put a package.json
  • install express ( this is a place where external packages are there)
  • install JWT (npm install jsonwebtoken)
  • Code basic express boilerplate code and express.json middleware
  • install mongoose ( to connect db)