Skip to content

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

License

Notifications You must be signed in to change notification settings

Akumucollins/-Awwards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors