Skip to content

Repository files navigation

AftertimeBalance_BackEnd

#!!Attertion!! Full production version with all submodules located in

git clone https://github.com/AftertimeINFO/aftertime_prod.git

i## Content

Quickstart Windows

Clone separately (optional)

git clone https://github.com/AftertimeORG/AftertimeBalance_backend.git
cd AftertimeBalance_backend

Install tool (optional)

pip install poetry
poetry config virtualenvs.in-project true
poetry config virtualenvs.path .\.venv

Install libraries

poetry install

Initial configuration of project (DEVELOPMENT VERSION, SQLite base)

copy ./config/settings/dev_databases.py.temp ./config/settings/dev_databases.py
copy ./.env.dev ./.env
poetry run python manage.py init

First run DB configuration

poetry run python manage.py migrate
poetry run python manage.py createsuperuser

Run the system (for front)

poetry run python manage.py runserver 0.0.0.0:8800

Run the system (for sync api)

poetry run python api_service.py 

Quickstart Ubuntu

Quickstart

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages