Skip to content

Ton-Dynasty/ticton-app

Repository files navigation

TIC TON APP

Setup

  1. Install poetry on our device

    take macOS as example

    brew install poetry
  2. Install dependencies

    poetry install
  3. Create .env file and complete

    cp .env.example .env
  4. Start mongodb

    docker compose up -d
  5. Start your virtual enviroments

    poetry shell
  6. Initialize your database

    poetry run python3 main.py init
  7. Start your app

    poetry run python3 main.py start