Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danilgansky/todoshnik
Simple todo app
https://github.com/danilgansky/todoshnik
Last synced: 4 days ago
JSON representation
Simple todo app
- Host: GitHub
- URL: https://github.com/danilgansky/todoshnik
- Owner: DanilGansky
- Created: 2020-07-16T10:42:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T19:33:04.000Z (about 3 years ago)
- Last Synced: 2023-03-05T13:57:21.366Z (over 1 year ago)
- Language: JavaScript
- Size: 679 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todoshnik
Simple todo app## Run
1. Set "SECRET_KEY" in run.sh
2. Run in shell
```bash
$ pip install pipenv
$ pipenv shell
$ pipenv update
$ chmod +x run.sh
$ ./run.sh prod 127.0.0.1:8000
```