Central Assessment Program is designed to manage and evaluate various assessments efficiently. This repository contains both backend and frontend code for the application.
-
Navigate to the
backend
directory:cd backend
-
Install the dependencies:
npm install
-
Set up the environment variables. Create a
.env
file in thebackend
directory and add the necessary variables:PORT=your_port_number DB_URL=your_database_url
-
Start the backend server:
npm start
-
Navigate to the
frontend
directory:cd frontend
-
Install the dependencies:
npm install
-
Set up the environment variables. Create a
.env
file in thefrontend
directory and add the necessary variables:REACT_APP_API_URL=your_backend_api_url
-
Start the frontend development server:
npm start
Here are some screenshots of the application:
For more screenshots, visit the screenshots folder.
- Fork the repository.
- Create your feature branch:
git checkout -b feature/my-new-feature
. - Commit your changes:
git commit -m 'Add some feature'
. - Push to the branch:
git push origin feature/my-new-feature
. - Submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.