Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Pimeko/SelfServedToDoList
ToDoList extension of tusharnankani's repo, with server-stored data instead of local storage
https://github.com/Pimeko/SelfServedToDoList
Last synced: 7 days ago
JSON representation
ToDoList extension of tusharnankani's repo, with server-stored data instead of local storage
- Host: GitHub
- URL: https://github.com/Pimeko/SelfServedToDoList
- Owner: Pimeko
- Created: 2021-06-22T15:37:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-22T15:51:58.000Z (over 3 years ago)
- Last Synced: 2024-08-02T17:35:03.690Z (3 months ago)
- Language: JavaScript
- Size: 755 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tusharnankani's ToDo List, extended with server-stored data
This is a simple extension of the great ToDo List you can find here : [Tusharnankani's original repository](https://github.com/tusharnankani/ToDoList)
In this version, instead of storing the tasks and theme in the local storage, they are stored on an express server. They will be preserved, as long as the server remanins active.
![Screenshot (773)](https://user-images.githubusercontent.com/61280281/99399728-0d096d00-290c-11eb-9ee5-59cc8358676c.png)
## Installation
```sh
cd back
npm install
node app.js
```For production environments...
```sh
cd back
npm install
forever start app.js
```The app will then run on the port 2696.