This project allows users to post their projects for other users to rate according to design, usability and content
Click View Site to visit the site
- 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 project .......
https://github.com/Anthony64M/Awwwards.git
cd Awwwards pip install -r requirements.txt
- python3 -m venv env - source env/bin/activate
pip install -r requirements.txt
SetUp your database User,Password, Host then make migrate
python manage.py makemigrations awwwards
Now Migrate
python manage.py migrate
python manage.py runserver
python manage.py test
Open the application on your browser 127.0.0.1:8000
.
- There are no known bugs currently but pull requests are allowed incase you spot a bug
If you have any question or contributions, please email me at [jymal6anthony4@gmail.com]