This project is designed to facilitate peer reviews among students. Students are given a set of questions about their peers and are required to answer these questions to review their peers. A unique feature of this project is that if one student reviews another, the latter cannot review the former.
- Students review their peers based on predefined questions.
- A restriction ensures that once a student reviews another, the latter cannot review the former.
- Python 3.x
- Django 5
- Fork the project:
- Click the "Fork" button at the top right of this page.
- Clone your fork:
git clone https://github.com/your-username/Peer-Review.git
- Create a new branch:
git checkout -b feature/YourFeature
- Run linters and format the code before committing:
# Example for Python (adjust as needed for your project) flake8 . black .
- Commit your changes:
git commit -m 'Add some feature' - Push to the branch:
git push origin feature/YourFeature
- Open a pull request:
- Navigate to the original repository and click "New Pull Request".
This project is licensed under the MIT License - see the LICENSE file for details.