Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 438 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 438 Bytes

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