Akumucollins / -Awwards

This is a Django application that allows users to post a project he/she has created and get it reviewed by his/her peers.

Home Page:https://awwwards-project.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Awwwards

Tuesday, October 27 2020 ;


Author

Akumu Collins


Description

This is a Django application that allows users 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, Content. These criteria can be reviewed on a scale of 1-10 and the average score is taken.


User Story

  • 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 my profile page

Live Link

View Site


Setup/Installation Requirements

To get the code.. Cloning the repository: https://github.com/Akumucollins/-Awwards.git

Move to the folder and install requirements

cd Awwwards
pip install -r requirements.txt

Setup Configurations and Database

python3 manage.py makemigrations awwwards 

Running the application

python3 manage.py runserver

Testing the application

python3 manage.py test

Open the application on your browser 127.0.0.1:8000


Dependencies

  • python3.7.3
  • Django 3.1.2
  • virtual environment
  • heroku

Technologies Used

  • Bootstrap.
  • Python.

Support and Contact Information

The application is an open-source product if you want to improve it or include an event of a bug contact this akumucollins001@gmail.com .


License

The project is MIT licensed

About

This is a Django application that allows users to post a project he/she has created and get it reviewed by his/her peers.

https://awwwards-project.herokuapp.com/

License:Other


Languages

Language:HTML 45.1%Language:Python 39.6%Language:JavaScript 14.7%Language:CSS 0.6%