Omar Hussein
This is a django web application for rating projects.It mirrors awwards.The application allows users to post their projects for other users to rate according to design, usability and the content of the project.
- A user can search for projects.
- A user can view projects overall score.
- A user can view posted projects and their details.
- A user can rate and/or review other users' projects.
- A user be able to post a project to be rated and/or reviewed.
- A user is able to view his/her profile page.
Yes, When a user posts a project a default image overlaps the image of the project.
To come up with the same project...
- cd awwards
- pip install -r requirements.txt
- virtualenv venv
- source venv/bin/activate
- pip install -r requirements.txt
- python manage.py makemigrations awwards
- python manage.py migrate
- python manage.py runserver
- python manage.py test
Open the application on your browser 127.0.0.1:8000.
- Python3.8
- Django
- Heroku
If you have any questions or contributions, please email me at [omaribinbakarivic@gmail.com]
- Licensed under the MIT License
- Copyright (c) 2020 Omar Hussein.