- Node.js and npm installed
- Java Development Kit (JDK)
- MySQL Workbench
- Clone the repository:
git clone https://github.com/bhawana2001/SAT-Results.git
- Navigate to the frontend directory:
cd project-name/sat_frontend
- Install dependencies:
npm install
- Start the React application:
npm start
- Access the React UI at http://localhost:3000
- Clone the repository (if not already done):
git clone https://github.com/bhawana2001/SAT-Results.git
- Navigate to the backend directory:
cd project-name/sat_backend
- Open the backend project in your preferred IDE (e.g., IntelliJ IDEA, Eclipse).
- Run the Spring Boot application.
- Insert Data: This feature handles input for SAT Results and stores it in memory.
- View All Data: Displays all data from memory.
- Get Rank: Provides the rank of a candidate according to the stored data.
- Update Score: Allows updating SAT score for a candidate by name.
- Delete One Record: Deletes a record by name.