This is supposed to be the next generation Private Tracker.
Python 3.8+
pip install -r requirements.txtConfigure your database URL and website information in config.yml file.
Make sure you have initialized your database indicated by the files in scripts folder.
If you want to use the SMTP client to send emails, run the following command before your lanuch the server.
export SMTP_PASSWORD=password_for_your_emailRun development server with the following commands:
uvicorn main:gg --reload --host 0.0.0.0