https://github.com/davidcruciani/ptit-crolle
Flask application template
https://github.com/davidcruciani/ptit-crolle
boilerplate flask-template
Last synced: 2 months ago
JSON representation
Flask application template
- Host: GitHub
- URL: https://github.com/davidcruciani/ptit-crolle
- Owner: DavidCruciani
- Created: 2023-12-18T14:36:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-09T13:51:54.000Z (3 months ago)
- Last Synced: 2026-03-09T18:31:16.118Z (3 months ago)
- Topics: boilerplate, flask-template
- Language: JavaScript
- Homepage:
- Size: 3.82 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# P'tit Crolle

Flask application template
## What's in ?
- Vuejs3
- Blueprints
- Flask-Login
- Flask-SQLAlchemy for databases
- Flask-WTF for forms
- Flask-session for sessions
- Some roles are already created
## Installation
**It is strongly recommended to use a virtual environment**
If you want to know more about virtual environments, [python has you covered](https://docs.python.org/3/tutorial/venv.html)
```bash
pip install -r requirements.txt
python3 app.py -i ## Initialize db
```
## Config
Edit `config.py`
- `SECRET_KEY`: Secret key for the app
- `FLASK_URL` : url for the instance
- `FLASK_PORT`: port for the instance
## Launch
```bash
./launch.sh -l
```