Skip to content

To-do list application written with Python and Javascript using Client + API architechture

Notifications You must be signed in to change notification settings

rHuggler/flask-react-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-react-todo

To-do list application written with Python and Javascript using Client + API architechture


Technologies

  • React 16.4.1
  • Python 3.6.4
  • Flask 1.0.2
  • Flask-SQLAlchemy 2.3.2
  • SQLite 3.7.17

How to run

  1. Clone repository via SSH or HTTP and cd into it.
  2. FLASK_APP=flask_api/app.py flask run
  3. npm run --prefix react_client start
  4. Access http://127.0.0.1:3000 (should open automatically).

About

To-do list application written with Python and Javascript using Client + API architechture

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published