377326ec2cead8a80cd264358aa3b5d89ac5142e
Arbit
Internal dashboard for tracking thrifted inventory, resale pricing, and profitability.
Local setup
- Create a virtual environment.
- Use Python 3.9 or newer.
- Install dependencies with
pip install -e .. - Run migrations with
python manage.py migrate. - Create a superuser with
python manage.py createsuperuser. - Start the server with
python manage.py runserver.
Description
Languages
Python
75.8%
HTML
24.2%