CometComplain is an application designed for use within a university environment, allowing students and professors to register complaints that are then addressed and resolved.
To install CometComplain, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/CometComplain.git
-
Navigate to the project directory:
cd CometComplain -
Install dependencies:
npm install
To run CometComplain, use the following command:
npm startThis will start the Express application, and you can access it through your web browser at http://localhost:3000.
Contributions to CometComplain are welcome! If you'd like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/new-feature). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'). - Push to the branch (
git push origin feature/new-feature). - Create a new Pull Request.
CometComplain is licensed under the MIT License.
For frontend code, visit CometComplain-Frontend