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.
-
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
-
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.
-
Install Dependencies
cd Exam-Cell-API npm install