Five Rings the Awwwards recreation. A site where developers can get their sites reviewed and rated.
You can view the site at: Five Rings
- 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.
- Django 2.2.24
- python3.8.10
- virtualenv
- pgAdmin4
- HTML5
- CSS3
- Javascript
- Font Awesome
- jQuery
-
In your terminal:
git clone https://github.com/Dhyder/Awwards.git cd Awwards/
-
Creating the virtual environment
virtualvenv virtual source virtual/bin/activate
or in (windows)
source virtual/Scripts/activate
-
Installing Dependencies
pip install -r requirements.txt -
Making Migrations
python manage.py makemigrations awwwards -
Migrate
python manage.py migrate -
Running the application:
python3.8 manage.py runserver
-
To run the tests for the class files:
python3.8 manage.py test
- Python3.8.10
- Django2.2.24
- No known bugs at the moment
- For any queries, you can reach out at [desastrecaliente@gmail.com]
Copyright (c) 2021 Shaggy


