Skip to content

artefom/python-backend-example-with-db-cookiecutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Cookiecutter template for python-backend-example-with-db

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

Usage

  1. install cookiecutter (git, usage)
pip install cookiecutter
  1. Run
cookiectutter <git url of this project>
  1. Initialize git and virtual environment
cd <dir> && git init && python3.11 -m venv .venv
  1. Enjoy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published