Skip to content

This is an application like Awwards .The application allows a user 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

mercy-bore/awwwards-projects

Repository files navigation

project-awwards

Mercy-Bore

Description

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

Live Link

Click here to visit the site.

Screenshots

Home page

1awwward

Rating of a post

To rate a project click on the image of the project on the homepage and it will redirect you the rating page.

2

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/macc254/awwwards-projects.git
Navigate into the folder and install requirements
cd awwwards pip install -r requirements.txt 
Install and activate Virtual
python3 -m venv venv - source bin/activate  
Install Dependencies
pip install -r requirements.txt 
Setup Database

SetUp your database User,Password, Host then make migrate

python manage.py makemigrations 

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

Contact Information

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

License

License

  • Copyright (c) 2022 Mercy Bore

About

This is an application like Awwards .The application allows a user 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

No packages published