To-do list application written with Python and Javascript using Client + API architechture
- React 16.4.1
- Python 3.6.4
- Flask 1.0.2
- Flask-SQLAlchemy 2.3.2
- SQLite 3.7.17
- Clone repository via SSH or HTTP and
cd
into it. FLASK_APP=flask_api/app.py flask run
npm run --prefix react_client start
- Access http://127.0.0.1:3000 (should open automatically).