Skip to content

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

Notifications You must be signed in to change notification settings

crvlwanek/digital-music

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digital Music Website

A fullstack web application using:

  • Django REST Framework
  • Node.js/React.js
  • PostgreSQL (prod) / SQLite3 (dev)

Requirements

Must have Python/pip and Node/npm installed

pip install -r requirements.txt
cd frontend
npm i
cd ..
python manage.py runserver

In a new terminal, run Node with:

cd frontend
npm run dev