By Audrey Njiraini
This is an application that allows 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 three different criteria:
- Design
- Usability
- Content
- 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.
- A user can search for projects .
- A user can view projects' overall score.
- A user can view their profile page.
- Python version 3.6
- pip
- Django version 1.11.23
- Django-bootstrap3
- Heroku
- Gunicorn
- Internet connection
- Navigate to https://github.com/audreynjiraini/awwwards .
- Clone the project. ``` git clone https://github.com/audreynjiraini/awwwards.git ```
- Navigate to the project folder in your terminal.
- Create a virtual environment ``` python3.6 -m venv virtual ```
- Activate the virtual environment ``` source virtual/bin/activate ```
- Install the requirements ``` pip install -r requirements.txt ```
- In project/settings.py file, ensure that DEBUG = True.
- Run the server ``` python3.6 manage.py runserver ```
No known bugs.
If you need clarification on any aspect, feel free to reach me via email at audreynjiraini@gmail.com
MIT License MIT Copyright (c) 2019 Audrey Njiraini