This is a Django application which allows users to post their projects for other users to rate according to design, usability and content
- A user can view posted projects and their details.
- A user can post a project to be rated/reviewed.
- A user can rate/ review other users' projects.
- Search for projects.
- View projects overall score.
- A user can view their profile page.
To get the code.. Cloning the repository: https://github.com/joycodes/awwards-clone.git
Move to the folder and install requirements
cd awwards
pip install -r requirements.txt
Setup Configurations and Database
python3 manage.py makemigrations app
Running the application
python3 manage.py runserver
Testing the application
python3 manage.py test
Open the application on your browser 127.0.0.1:8000
- HTML
- CSS
- JS
- Bootstrap
- Python3.8
- Django 4.0.5
- PyUploadcare 2.6.0
- Heroku
The application is an open-source product if you want to improve on it or include an event of a bug contact this https://www.linkedin.com/in/jnguttu/ .
The project is MIT licensed