Skip to content

CometComplain/backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CometComplain

Backend for CometComplain, a complaint management system for organisations.

CometComplain is an application designed for use within a university environment, allowing students and professors to register complaints that are then addressed and resolved.

Installation

To install CometComplain, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/CometComplain.git
  2. Navigate to the project directory:

    cd CometComplain
  3. Install dependencies:

    npm install

Usage

To run CometComplain, use the following command:

npm start

This will start the Express application, and you can access it through your web browser at http://localhost:3000.

Contributing

Contributions to CometComplain are welcome! If you'd like to contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/new-feature).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add new feature').
  5. Push to the branch (git push origin feature/new-feature).
  6. Create a new Pull Request.

License

CometComplain is licensed under the MIT License.

For frontend code, visit CometComplain-Frontend

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors