Short audio sharing app.
- Django: 5.0.7
- Python: 3.12.4
-
Clone the repository:
git clone [email protected]:vigetlabs/short-audio.git cd shortaudio
-
Install requirements:
pip install -r requirements.txt
-
Apply migrations:
python manage.py migrate
-
Run server:
python manage.py runserver