Skip to content

A site where developers can post some of their past projects for rating

Notifications You must be signed in to change notification settings

Manasseh-Kinyua/AWWWARDS

Repository files navigation

NassehAwwwards

Author

MANASSEH-KINYUA

Description

This is a Django application that allows users to create an account and upload their finished projects for rating from oothe users.

Live Link

Click View Site to visit the site

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

Setup and Installation

To get the project .......

Cloning the repository:
https://github.com/Manasseh-Kinyua/AWWWARDS.git 
Navigate into the folder and install requirements
cd AWWWARDS  
Install and activate Virtual
- python3 -m venv virtual - source virtual/bin/activate  
Install Dependencies
pip install -r requirements.txt 
Setup Database

SetUp your database User,Password, Host then make migrate

python manage.py makemigrations awards

Now Migrate

python manage.py migrate 
Run the application
python3 manage.py runserver 
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.

Technology used

Known Bugs

  • There are no known bugs currently but pull requests are allowed incase you spot a bug

Contact Information

If you have any question or contributions, please email me at [nassehkinyua99@gmail.com]

License

  • License
  • Copyright (c) 2019 Manasseh Kinyua

About

A site where developers can post some of their past projects for rating

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published