https://github.com/schenkd/flaskcookie
CookieCutter Template for Flask
https://github.com/schenkd/flaskcookie
cookiecutter docker flask python uwsgi
Last synced: 3 months ago
JSON representation
CookieCutter Template for Flask
- Host: GitHub
- URL: https://github.com/schenkd/flaskcookie
- Owner: schenkd
- License: mit
- Created: 2020-10-03T09:19:07.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-04T16:00:42.000Z (about 5 years ago)
- Last Synced: 2025-04-04T12:35:52.943Z (6 months ago)
- Topics: cookiecutter, docker, flask, python, uwsgi
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 14
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FlaskCookie
You want to get started with Flask? You are missing a suitable layout for your project?
Then clone this repository and start right away!# But how?
This project was realized with cookiecutter. A python tool, which allows you to create new projects from templates.
Of course you need cookiecutter on your computer to do this. Install it with pip globally on the computer.```bash
$ pip install cookiecutter
```As far as cookiecutter is installed, you can create a new project by using the github url of this project:
```bash
$ cd
$ cookiecutter https://github.com/schenkd/FlaskCookie
```Follow the instructions that appear and voilà there you go!