Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djbarnwal/get-things-done
A todo list app made with MongoDB, NodeJs, Express and EJS
https://github.com/djbarnwal/get-things-done
Last synced: 29 days ago
JSON representation
A todo list app made with MongoDB, NodeJs, Express and EJS
- Host: GitHub
- URL: https://github.com/djbarnwal/get-things-done
- Owner: djbarnwal
- License: gpl-3.0
- Created: 2017-05-13T21:29:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-30T11:46:35.000Z (about 7 years ago)
- Last Synced: 2024-11-01T17:42:40.676Z (3 months ago)
- Language: JavaScript
- Size: 48.8 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Get-Things-Done
A todo list app made with MongoDB, NodeJs, Express and EJS## Requirements for Development
- `node`
- `npm`## Setup for Development
- `git clone https://github.com/dhiraj161298/Get-Things-Done.git`
- `cd Get-Things-Done`
- `npm install`
- `node app`
- `open localhost:3001/todo in browser`### Screenshot
![Get Things Done](https://image.ibb.co/njFAo5/GTD_screenshot.png)