Skip to content

Zviger/Simple-Bank

Repository files navigation

How to run

Installation

  1. Install Docker. This link can be used.
  2. Create .env file and fill the next env variables:
APP_HOST = ''
APP_PORT = ''

POSTGRES_DB = ''
POSTGRES_USER = ''
POSTGRES_PASSWORD = ''

DJANGO_SECRET_KEY = ''

Starting

  1. Run to build Docker images
make build
  1. Run to start Docker containers
make up
  1. Run to stop Docker containers
make down

Check makefile for other usefull commands.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published