https://github.com/m4p4/flask-starter-project
A clean flask starter project with config.py file instead .env
https://github.com/m4p4/flask-starter-project
flask-application flask-starter flask-template
Last synced: 3 months ago
JSON representation
A clean flask starter project with config.py file instead .env
- Host: GitHub
- URL: https://github.com/m4p4/flask-starter-project
- Owner: M4p4
- Created: 2023-01-05T06:54:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-05T07:07:05.000Z (over 2 years ago)
- Last Synced: 2024-04-25T09:38:50.160Z (about 1 year ago)
- Topics: flask-application, flask-starter, flask-template
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flask starter project
This project use a config.py file instead of an .env file.
#### To run use following command:
```
flask run
```