A fullstack web application using:
- Django REST Framework
- Node.js/React.js
- PostgreSQL (prod) / SQLite3 (dev)
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