Skip to content

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.

Notifications You must be signed in to change notification settings

bube054/candidate-grading-system

Repository files navigation

Nigerian Correctional Services Result Management System

Overview

App overview 1

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.

Installing and Running the Project Locally

  • 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 dev

This 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 build

Then, start the production server:

npm start

Features

  • Upload Excel File
  • View Results in a table format
  • Search Results
  • Download Results as a PDF file or batch of zipped PDF files

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published