Skip to content

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

License

Notifications You must be signed in to change notification settings

Anthony64M/Awwwards

Repository files navigation

Awwwards

Anthony64M

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/Anthony64M/Awwwards.git 
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 awwwards

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) 2021 **Anthony64M **

About

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

Topics

Resources

License

Stars

Watchers

Forks