https://github.com/tmthyjames/surge
A math problem generator for my son that gets more difficult as he gets better, powered by a flask restful API.
https://github.com/tmthyjames/surge
Last synced: 4 days ago
JSON representation
A math problem generator for my son that gets more difficult as he gets better, powered by a flask restful API.
- Host: GitHub
- URL: https://github.com/tmthyjames/surge
- Owner: tmthyjames
- Created: 2017-10-30T03:03:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-06T03:38:49.000Z (over 8 years ago)
- Last Synced: 2025-03-02T02:46:17.877Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# surge
A math problem generator for my son that gets more difficult as he gets better, powered by a flask restful API.
To start:
```
$ git clone https://github.com/tmthyjames/surge.git
$ cd surge
$ pip install -r requirements.txt
$ psql -f sql/SURGE-#1.sql -d surge
$ python app/app.py
```
The app should now be running on http://localhost:5000