Basic app to store your favourite music. Built in VueJS for the frontend and Django as the backend restful API.
Steps to use
- Clone the project
- In the
jazzdirectory, create alocal_settings.pyand add settings for DEBUG, DATABASES, and a SECRET_KEY. - In the
frontenddirectory, runnpm installandnpm run devfrom a terminal window to start the VueJS frontend. - In another terminal, run
python manage.py runserverto start the Django API webserver. - Go to http://localhost:8080/#/music in your browser to start the app.