Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/crvlwanek/digital-music

A fullstack web app built for my Digital Music Composition class that hosts student music porfolios using Django REST Framework and React
https://github.com/crvlwanek/digital-music

babel css django django-rest-framework django-rest-knox heroku html javascript json material-ui node postgresql python react react-router redux rest-api sql webpack

Last synced: 5 days ago
JSON representation

A fullstack web app built for my Digital Music Composition class that hosts student music porfolios using Django REST Framework and React

Awesome Lists containing this project

README

        

# Digital Music Website

A fullstack web application using:
- Django REST Framework
- Node.js/React.js
- PostgreSQL (prod) / SQLite3 (dev)

## Requirements

Must have [Python/pip](https://www.python.org/downloads/) and [Node/npm](https://nodejs.org/en/download/) installed
```bash
pip install -r requirements.txt
cd frontend
npm i
cd ..
python manage.py runserver
```
In a new terminal, run Node with:
```bash
cd frontend
npm run dev
```