This is a Python Django application similar to Awwawards; The application will allow a user to post a project he/she has created and get it reviewed by his/her peers. A project can be rated based on 3 different criteria Design, Usability and Content. These criteria can be reviewed on a scale of 1-10 and the average score is taken. As a user, you will be able to: -View posted projects and their details -Post a project to be rated/reviewed -Rate/ review other users' projects -Search for projects -View projects overall score -View your profile page
You will need to:
- Have python installed
- Have PostgreSQL DB installed
- Have a terminal to interact with the app.
- Any text editor
- Browser to view
- Installation
- $ git clone git@github.com:Agneskoinange/awwwards.git
- Build & Deployment
- NOTE: You need to have fully cloned it to run it locally.
- (virtual) $ python3.8 manage.py runserver
- Python 3.8
- Djang0 3.2 Framework
- Bootstrap4
- PostgreSQL DB
- Heroku Deployment
Allows users to:
- View posted projects and their details
- Post a project to be rated/reviewed
- Rate/ review other users' projects
- Search for projects
- View projects overall score
- View profile page.
- Load the app on any web browser such as Chrome, Mozilla, or Internet Explorer. Images will then load.
- Sign up on the site
- Login using credentials created
- View projects posted by other users
- Post your own projects
- Rate other users projects
- Visit livelinks of the posted projects
- To search project by name, just type the profile title and click search.
- To edit the code, just clone the whole folder and open the files using any text editors Contribute
- If you want to add any new features, or improve existing ones, feel free to send a pull request!
- There are currently no known bugs for the app.
MIT License
Copyright (c) 2022 Agnes Koinange
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.