Skip to content

A To Do app made in React (JavaScript) and Flask (Python)

Notifications You must be signed in to change notification settings

Markkop/FlaskReact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📆 FlaskReact

repo status Codacy Badge https://img.shields.io/badge/made%20with-react-blue

A To Do app made in React (JavaScript) and Flask (Python)

How it works

gif demo

How to develop

App

Inside app folder:

yarn
yarn start

Make sure to change api's url to localhost when developing

Server

Inside server/src folder:

pipenv install
export FLASK_APP=server/src
export FLASK_ENV=development
export FLASK_DEBUG=1`
flask init-db
flask run

How to deploy via Heroku

heroku login
heroku create
git init
git remote add heroku <git>
git add .
git commit -m "deploy"
git push heroku master

References

v1 gif

v1 gif

About

A To Do app made in React (JavaScript) and Flask (Python)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published