This repository contains the frontend and backend code for our CS261 project. The system allows students to submit petitions online, track their status, and provides administrators with tools to manage and process these petitions efficiently.
- Frontend: Node.JS (Express)
- Backend: Spring Boot
- Other: Docker
- Navigate to the
frontend
directory:cd frontend
- Install dependencies:
npm install
- Start the development server:
npm start
project-root/
├── frontend/
│ ├── package.json
│ └── ...
├── backend/
├── docker-compose.yml
└── ...