- Is an application that enables users to rate and view projects of other users, and also upload their own projects for rating.'
- View posted projects and their details
- Post a project to be rated/reviewed
- Rate/ review other users' projects
- Search for projects
- View projects overall score
- View my profile page
- Use the package manager pip to install all project requirements.
(virtual) $ pip install -r requirements.txt
- Django 4.0.4 - The web framework used
- Heroku - Deployment platform
- Python3.10 - Backend logic
- Postresql - Database system
- No Known Bugs Yet.