Skip to content

Owiti-Charles/project-awwards

Repository files navigation

project-awwards

Owiti-Charles

Description

This project allows users to post their projects for other users to rate according to design, usability and content

Live Link

Click View Site to visit the site

Screenshots

Home page

Rating of a post

User Story

  • 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.
  • Search for projects.
  • View projects overall score.
  • A user can view their profile page.

Setup and Installation

To get the project .......

Cloning the repository:
https://github.com/Owiti-Charles/project-awwards.git 
Navigate into the folder and install requirements
cd project-awwards pip install -r requirements.txt 
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 instagram

Now Migrate

python manage.py migrate 
Run the application
python manage.py runserver 
Testing the application
python manage.py test 

Open the application on your browser 127.0.0.1:8000.

Api Endpoints

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 [[email protected]]

License

  • License
  • Copyright (c) 2019 Owiti Charles

About

This is a django application that allows users to post their projects for others to rate and review

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published