https://github.com/m-nathani/python-flask-boilerplate
https://github.com/m-nathani/python-flask-boilerplate
boilerplate flask python
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/m-nathani/python-flask-boilerplate
- Owner: m-nathani
- Created: 2018-10-11T11:43:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-11T11:52:30.000Z (over 7 years ago)
- Last Synced: 2025-03-01T04:26:25.101Z (over 1 year ago)
- Topics: boilerplate, flask, python
- Language: CSS
- Size: 313 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Flask Boilerpate - updated!
Starter App, powered by Real Python
### Quick Start
Clone the repo, then:
```sh
$ git remote rm origin
$ git remote add origin
$ git push -u origin master
```
## Run
```sh
$ make server
```