This is supposed to be the next generation Private Tracker.
Python 3.8+
pip install -r requirements.txt
Configure 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_email
Run development server with the following commands:
uvicorn main:gg --reload --host 0.0.0.0