Skip to content
This repository was archived by the owner on Feb 16, 2022. It is now read-only.

The backend of VIKOverflow project

License

DevTeamSCH/vikoverflow-backend

Repository files navigation

VIKOverFlow (Backend)

start

# pip install pipenv
$ pipenv install
$ CONFIG_FILE=./config.yaml pipenv run src/manage.py migrate
$ CONFIG_FILE=./config.yaml pipenv run src/manage.py runserver

start with Docker

$ docker volume create --name vikoverflow-data
$ docker-compose up

running commands in docker container

$ docker-compose exec backend <command>

Example:

$ docker-compose exec backend python src/manage.py migrate

policies

  1. Your code shall be meet the flake8 rules.

  2. Please do not be tricky, you have to think of simple solutions.

About

The backend of VIKOverflow project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7