Full-Stack App coded in React / Flask with Material Design
The backend server is a simple Flask with JWT authentication, SQLite database, SQLAlchemy ORM, unit tests and basic tooling.
git clone https://github.com/app-generator/flask-boilerplate.git
$ cd flask-boilerplate
$ pip install -r requirements.txt
$ flask run --port 3000 # start the Flask server
The frontend is a simple React app enhanced with JWT Authentication with fully functional login & registration flow.
$ git clone https://github.com/app-generator/material-kit-react.git
$ cd material-kit-react
$ yarn
$ yarn start # Frontend runs on port 8080