Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 441 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 441 Bytes

TodoApp

Built using Node.js, Express and MongoDB

  1. Sign up on MongoDB and create a cluster
  2. Copy the connection string and paste it in a .env file
  3. Use npm install to install all dependencies
  4. Use npm start to start the server and navigate to localhost:3000 to view the website.

Screenshot 2022-12-30 at 10 43 42 PM