https://github.com/jeff-vincent/flask-react-sqlalchemy-template
A simple template for creating Flask-React-SQLalchemy app.
https://github.com/jeff-vincent/flask-react-sqlalchemy-template
flask react sql sqlalchemy template
Last synced: 2 months ago
JSON representation
A simple template for creating Flask-React-SQLalchemy app.
- Host: GitHub
- URL: https://github.com/jeff-vincent/flask-react-sqlalchemy-template
- Owner: jeff-vincent
- Created: 2019-05-26T18:47:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-17T01:45:37.000Z (over 3 years ago)
- Last Synced: 2025-01-20T01:28:39.071Z (over 1 year ago)
- Topics: flask, react, sql, sqlalchemy, template
- Language: Python
- Homepage:
- Size: 6.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a template. There are many like it, but this one is mine.
To use it, create a MySQL database called `myNeatDB`, or, I guess you
could change it in `config.py`, you know. Your call.
Oh, and you'll have to build the front end. From `static`, run `npm run build`.
Then run `python3 app.py` from the root directory. It'll be up at `0.0.0.0:5000`.