This is the backend for the GrooveLife Music Streaming platform. You can find the frontend at GrooveFront
- Create a new Python environment
.env
- Install requirements by
pip install -r requirements.txt
- Setup MySQL and create a database named
GrooveLife
- Run migrations first using
python manage.py migrate
. If this runs correctly, that means the database is working. - Run
python manage.py runserver