Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 455 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 455 Bytes

Short audio sharing app.

Technologies

  • Django: 5.0.7
  • Python: 3.12.4

Installation

  1. Clone the repository:

    git clone [email protected]:vigetlabs/short-audio.git
    cd shortaudio
  2. Install requirements:

    pip install -r requirements.txt
  3. Apply migrations:

    python manage.py migrate
  4. Run server:

    python manage.py runserver