- [here] (https://wardsaward.herokuapp.com/)
Awwwards is a project made to enable users to register and post their projects. The users can also rate other existing projects on the website based on design, usability and content.
What the user does...
- 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.
One can follow the following steps to get the project .......
- python3.8
- pip
git clone https://github.com/754Bree/Django-ip-3.git
cd project-awwards pip install -r requirements.txt
- python3 -m venv virtual - source venv/bin/activate
SetUp your database User,Password, Host then make migrate
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
python manage.py test
Open the application on your browser 127.0.0.1:8000.
Input | Output | Behaviour |
---|---|---|
Visit awwards-clone site | Various projects are displayed | User can review projects |
Click on image | Image details displayed | Image details displayed |
Search project | Images for project are displayed | App gets the projects for the searched project |
Visit profile | Projects posted by user are displayed | App gets projects for user |
Visit Admin | Prompts for admin credentials | Admin dashboard displayed |
API projects | api with a list of projects is displayed | api displayed |
- python3.8
- Django
- Bootstrap
- HTML / CSS
- Postman for visual representation while building the api
- There are no known bugs at the moment
If you have any question or contributions, please email me at [brianaodhiambo754@gmail.com]
- [License: MIT]
- Copyright (c) 2022 Briana Odhiambo