otienonick / Awardss_CLone_Django

This is a clone of Awwards app.The application will allow a user to post a project he/she has created and get it reviewed by his/her peer.

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWWARDS_CLONE

Oti

Description

This is a clone of Awwards app.The application will allow a user to post a project he/she has created and get it reviewed by his/her peer.

Live Link

Click View Site to visit the site

User Story

  • View posted projects and their details.
  • Post a project to be rated.
  • Search for projects.
  • View projects overall score.
  • view profile page.

Setup and Installation

To get the project .......

Cloning the repository:
https://github.com/otienonick/Awardss_CLone_Django.git 
Navigate into the folder and install requirements
cd Awardss_Clone_Django 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 
Running the application
python manage.py server 
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 [otienonick70@gmail.com]

License

  • License
  • Copyright (c) 2021 Nick Otieno

About

This is a clone of Awwards app.The application will allow a user to post a project he/she has created and get it reviewed by his/her peer.

https://awwwards70.herokuapp.com/

License:MIT License


Languages

Language:Python 57.4%Language:HTML 37.3%Language:CSS 4.7%Language:JavaScript 0.6%