Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 870 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 870 Bytes

Exam-Cell-API

Description

Examination Cell project's main objective is to develop a fully functional webpage, which automates the complete process of certificate generation for both PUC and B.Tech and also handling students' records which includes both regular and remedial records.

Setup

  1. Fork and clone this repository.

        git clone https://github.com/<username>/<Exam-Cell-API>.git

    Replace <username> and <Exam-Cell-API> with your github username and repository name

  2. Prerequisites

    • Install or update node in your computer via nodejs.org
    • Check for the version of node in your computer
          node -v

      node 14.x or above is recommended.

  3. Install Dependencies

         cd Exam-Cell-API
         npm install