Simaple web-app for radioclub. Allows users to listen to radiohead music, comment and rate it
- Clone this repository from GitHub:
git@github.com:anAwesomeWave/radioclub-app.git
- Go to project directory:
cd radioclub-app
- Install all dependencies:
pip3 install -r requirements.txt
- Go to backend directory, create and apply migrations:
cd radioclub_backend
python3 manage.py makemigrations
python3 manage.py migrate
To start backend server, simply run:
python3 manage.py runserver