Ndundiro Kamau
Project-Rank is a platform for web designers to showcase their work and get their web applications voted for by different users.The most voted for site becomes the site of the day.
lick here view the live site.
- Download the zip file of the project or Clone the repository using the following command:
git clone
https://github.com/Ndundiro/Project-Rank
Navigate to the project directory
cd WEEK3-IP
-
Virtual Environment Install virtualenv using pip:
python3.6 -m venv virtual
Proceed to activate the virtual environment
source virtual/bin/activate -
Install packages/dependancies
Install the packages in the requirements.txt file:
pip install -r requirements.txt -
Create a database Create a new postgress database,Type the following command
psql
Run the following command,it creates a new database named gallery1
#create database awwwards -
Create Database migrations run the following command:
python3 manage.py makemigrations awwwardsfollowed by:
python3 manage.py migrate -
Run the app To run the application:
python3 manage.py runserver
Open the link http://127.0.0.1:8000/ in a browser.
- To run tests:
python3 manage.py test
For more Information,Read the following documents:
User Story
A user should be able to:
- View posted projects and their details
- Post a project to be rated/reviewed
- Rate/ review other users' projects
- Search for projects
- View projects overall score
- View my profile page
There are no known bugs yet
- Python3.6
- Django 2.20
- PostgreSQL
- HTML5
- CSS3
- Heroku
- Postgresql
For any comments,suggestions,feedback or inquiries, contact me via email: ndundirokamau@gmail.com
Copyright © 2019 Ndundiro Kamau