Skip to content

Latest commit

 

History

History
63 lines (49 loc) · 1.46 KB

README.md

File metadata and controls

63 lines (49 loc) · 1.46 KB

mapMyDay

About-

  • mapMyDay is a dynamically updating daily schedule/ task keeper app, primarily developed using Node JS, Express and Mongoose.
  • It has been deployed using Heroku cloud platform and is available for use for everyone.
  • Visit the Web App

demo

Tech Stack-

  • HTML
  • CSS
  • EJS template engine
  • Node JS
  • Express JS
  • Mongoose

Environment Setup-

  • Drop a ⭐ on the GitHub repository.



  • Clone the repository by running command
git clone https://github.com/ <your user-name> /ToDoist.git

in your git bash.

  • Run command cd ToDoist.

  • Run this command to install all dependencies for the project.
npm install

  • Run this command to start the project on local host 3000.
npm start

  • Open link to view the website in your browser window if it doesn't open automatically.
http://localhost:3000/

  • You can learn more about EJS template engine and its syntax to know how we can use it inside our HTML using the documentation

  • Now you are all set to use this project.