Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-17T01:45:37.000Z (about 2 years ago)
- Last Synced: 2024-06-11T16:21:16.142Z (5 months 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`.