Skip to content

PranavM9/CRS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRS Project

Welcome to the CRS (Course Registration System) project repository. This system is designed to streamline and manage the course registration process for educational institutions.

Features

  • Student Registration: Allows new students to create accounts and manage their profiles.
  • Course Enrollment: Enables students to browse available courses and enroll in desired classes.
  • Admin Dashboard: Provides administrators with tools to add, update, or remove courses and manage student information.
  • Schedule Management: Helps students view and organize their class schedules efficiently.

Installation

To set up the CRS project locally:

  1. Clone the repository: git clone https://github.com/peenav/CRS.git

  2. Navigate to the project directory: cd CRS

  3. Install dependencies: Ensure you have Node.js and npm installed. Then, run:

  4. Configure the database: Set up your preferred database (e.g., MySQL, PostgreSQL) and update the database configuration in the config directory.

  5. Run migrations: npm run migrate

  6. Start the development server: npm start

The application should now be running at http://localhost:3000.

Usage

  • Students: Register for an account, log in, and enroll in available courses.
  • Administrators: Access the admin dashboard to manage courses and student information.

Contributing

We welcome contributions to enhance the CRS project. To contribute:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix: git checkout -b feature-name
  3. Make your changes and commit them with descriptive messages.
  4. Push your changes to your forked repository:git push origin feature-name
  5. Open a pull request detailing your changes.

Thank you for using the CRS project!

About

INFO PROJECT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •