TERESIA012 / Awwwards

Awwwards app is an application that allows the user to rate and review the projects posted and one can also add his/her own project to be reviewed!

Home Page:https://tessawards.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awwwards

TERESIA012

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

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://tessawards.herokuapp.com/
Navigate into the folder and install requirements
cd Awwwards pip install -r requirements.txt 
Install and activate Virtual
- python3 -m venv env - source env/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
python manage.py runserver 
Testing the application
python 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 [kingoriteresia@gmail.com]

LICENCE

MIT

©Awwwards 2021

About

Awwwards app is an application that allows the user to rate and review the projects posted and one can also add his/her own project to be reviewed!

https://tessawards.herokuapp.com/

License:MIT License


Languages

Language:Python 56.8%Language:HTML 43.2%