Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 498 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 498 Bytes

GrooveLife_Alpha

This is the backend for the GrooveLife Music Streaming platform. You can find the frontend at GrooveFront

How to run

  1. Create a new Python environment .env
  2. Install requirements by pip install -r requirements.txt
  3. Setup MySQL and create a database named GrooveLife
  4. Run migrations first using python manage.py migrate. If this runs correctly, that means the database is working.
  5. Run python manage.py runserver