About | Features | Technologies | Requirements | Starting | License | Author
Very basic flask template.
Build on the excellent work of Miguel Grinberg
✔️ Factory pattern architecture.
✔️ Database management using Alembic with Flask-SqlAlchemy.
The following tools were used in this project:
Before starting 🏁, you need to have Git and Python3 installed.
# Clone this project
$ git clone https://github.com/javiergarciad/flask-template
# Access
$ cd flask-template
# Create virtual enviroment
$ virtualenv .venv
# Activate enviroment
$ source .venv/bin/activate
# Install dependencies
$ pip install -r requirements.txt
# Run the project
$ flask run
# The server will initialize in the <http://localhost:5000>
This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by Javier Garcia