This commit is contained in:
2026-05-18 14:08:13 -04:00
commit 377326ec2c
36 changed files with 1473 additions and 0 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
# Arbit
Internal dashboard for tracking thrifted inventory, resale pricing, and profitability.
## Local setup
1. Create a virtual environment.
2. Use Python 3.9 or newer.
3. Install dependencies with `pip install -e .`.
4. Run migrations with `python manage.py migrate`.
5. Create a superuser with `python manage.py createsuperuser`.
6. Start the server with `python manage.py runserver`.