Skip to content

pranavgaikwadcodes/CentralAssessmentProgram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Central Assessment Program

Overview

Central Assessment Program is designed to manage and evaluate various assessments efficiently. This repository contains both backend and frontend code for the application.

Requirements

Design File

Installation

Backend

  1. Navigate to the backend directory:

    cd backend
  2. Install the dependencies:

    npm install
  3. Set up the environment variables. Create a .env file in the backend directory and add the necessary variables:

    PORT=your_port_number
    DB_URL=your_database_url
  4. Start the backend server:

    npm start

Frontend

  1. Navigate to the frontend directory:

    cd frontend
  2. Install the dependencies:

    npm install
  3. Set up the environment variables. Create a .env file in the frontend directory and add the necessary variables:

    REACT_APP_API_URL=your_backend_api_url
  4. Start the frontend development server:

    npm start

Project Screenshots

Here are some screenshots of the application:

Screenshot 1 Screenshot 2
Screenshot 3 Screenshot 4
Screenshot 5 Screenshot 6
Screenshot 7 Screenshot 8

For more screenshots, visit the screenshots folder.

Contributing

  1. Fork the repository.
  2. Create your feature branch: git checkout -b feature/my-new-feature.
  3. Commit your changes: git commit -m 'Add some feature'.
  4. Push to the branch: git push origin feature/my-new-feature.
  5. Submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published