Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 898 Bytes

README.md

File metadata and controls

30 lines (26 loc) · 898 Bytes

CS261 - Web Application Project (Group 1)

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.

Table of Contents

Technologies Used

  • Frontend: Node.JS (Express)
  • Backend: Spring Boot
  • Other: Docker

Installation

Frontend

  1. Navigate to the frontend directory: cd frontend
  2. Install dependencies: npm install
  3. Start the development server: npm start

Project Structure

project-root/
├── frontend/
│   ├── package.json
│   └── ...
├── backend/
├── docker-compose.yml
└── ...