Skip to content
/ jazz Public

A basic app to store your favourite music built with Django and VueJS

Notifications You must be signed in to change notification settings

napper1/jazz

Repository files navigation

Basic app to store your favourite music. Built in VueJS for the frontend and Django as the backend restful API.

Steps to use

  1. Clone the project
  2. In the jazz directory, create a local_settings.py and add settings for DEBUG, DATABASES, and a SECRET_KEY.
  3. In the frontend directory, run npm install and npm run dev from a terminal window to start the VueJS frontend.
  4. In another terminal, run python manage.py runserver to start the Django API webserver.
  5. Go to http://localhost:8080/#/music in your browser to start the app.

About

A basic app to store your favourite music built with Django and VueJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published