This is a Django application that allows users to post a project he/she has created and get it reviewed by his/her peers. A project can be rated based on 3 different criteria: Design, Usability, Content. These criteria can be reviewed on a scale of 1-10 and the average score is taken.
- 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
To get the code.. Cloning the repository: https://github.com/Akumucollins/-Awwards.git
Move to the folder and install requirements
cd Awwwards
pip install -r requirements.txtSetup Configurations and Database
python3 manage.py makemigrations awwwards Running the application
python3 manage.py runserverTesting the application
python3 manage.py testOpen the application on your browser 127.0.0.1:8000
- python3.7.3
- Django 3.1.2
- virtual environment
- heroku
- Bootstrap.
- Python.
The application is an open-source product if you want to improve it or include an event of a bug contact this akumucollins001@gmail.com .
The project is MIT licensed