- 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
- HTML
- CSS
- EJS template engine
- Node JS
- Express JS
- Mongoose
- Drop a ⭐ on the GitHub repository.
- Download and install a code/ text editor.
- Recommended-
- Download Node Js and npm(Node package manager) (when you download Node, npm also gets installed by default)
- 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.