An open API service indexing awesome lists of open source software.

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

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!