This project is a Next.js web-based application for managing correctional services results. It provides a user-friendly interface for students to view and download their correctional services results.
- Step 1: Clone the Repository Clone the repository using your preferred method (HTTPS or SSH). If you're new to Git, you can download the repository as a ZIP file.
git clone https://github.com/bube054/candidate-grading-system.git- Step 2: Install Dependencies Make sure you have Node.js installed on your system. Navigate to the project directory and install the dependencies using npm:
npm install- Step 3: Start the Development Server Start the development server by running:
npm run devThis will start the development server on http://localhost:4000. You can now access the application in your web browser.
- Step 4: Build and Start the Production Server (Optional) If you want to test the production build, you can run:
npm run buildThen, start the production server:
npm start- Upload Excel File
- View Results in a table format
- Search Results
- Download Results as a PDF file or batch of zipped PDF files
