Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/victor823543/musicproject_react

A music website built with django and react
https://github.com/victor823543/musicproject_react

Last synced: 2 months ago
JSON representation

A music website built with django and react

Awesome Lists containing this project

README

        

# Get started

## Install dependencies
**Install all dependencies for the backend and create a virtual environment by running the commands:**
`python3 -m venv venv`
`source venv/bin/activate` for macOS or Linux and `venv\Scripts\activate` for Windows (activating the virtual environment)
`pip install -r requirements.txt` (might need to use pip3 for macOS and Linux)

**Install all dependencies for the frontend by changing directory to the frontend folder and running the command:**
`npm install`

## Run server
**For backend:**
Change directory to backend/music/ and run the command:
`python3 manage.py runserver`

**For frontend:**
Change directory to frontend/ and run the command:
`npm run dev`