• Stars
    star
    108
  • Rank 321,259 (Top 7 %)
  • Language
    Python
  • Created about 6 years ago
  • Updated 25 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Django Stars Backend Skeleton

Django project template based on cookiecutter.

Project preconfigured with best practices and tools to work from the box with minimal configuration and setup. Fast start achieved by using docker and docker compose.

What's included

How to use

Prerequisites

Installed cookiecutter and docker

Set up project

Step into directory you want to create project and generate project with cookiecutter:

cd /path/to/directory
cookiecutter https://github.com/django-stars/backend-skeleton

Answer the questions in wizard.

Steps after project setup

Step into directory of your project.

Copy .env file from example file:

cp ./api/.env.example ./api/.env

Run application:

make compose-up