Can be used to generate new project with user-defined name and description. Will carefully set all urls, descriptions, readme, etc.. so you don't need to remember everything.
This repo is auto-generated from python-backend-example-with-db project. Will create it's copy but with different names
pip install cookiecutter
- Run
cookiectutter <git url of this project>
- Initialize git and virtual environment
cd <dir> && git init && python3.11 -m venv .venv
- Enjoy