PNW Events Registry
This project is a full-stack application consisting of a frontend built with Vue.js, a backend powered by Django Rest Framework, and a MySQL database.
To set up and run the frontend:
(bash) cd frontend npm install npm run dev
run:
cd frontend npm install npm run format npm run dev
cd backend python -m venv venv source .venv/Scripts/activate pip install -r requirements.txt python manage.py runserver