https://github.com/strive79/todoapp
Todo Management app using express and ejs
https://github.com/strive79/todoapp
css ejs-templating express html javascript jquery
Last synced: 4 months ago
JSON representation
Todo Management app using express and ejs
- Host: GitHub
- URL: https://github.com/strive79/todoapp
- Owner: strive79
- Created: 2020-05-31T05:53:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T22:48:50.000Z (over 3 years ago)
- Last Synced: 2025-05-29T11:36:52.836Z (about 1 year ago)
- Topics: css, ejs-templating, express, html, javascript, jquery
- Language: CSS
- Homepage:
- Size: 4.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Todo Management App
Website that allows user to add,edit,delete their todos
It is developed using ejs as templating engine,bower bootstarp,Nodejs framework express
Requirements
For development, you will only need Node.js and a node global package, Yarn, installed in your environement.
Node
--In order to run the app, install the dependencies first with...
npm install
--Then run the app with
npm start
//OR if you have nodemon installed (npm install -g nodemon)
nodemon