Imma7 / Review-Me

A website that helps get information about places through reviews

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Review-Me

By Jared Ahaza, Michelle Claire and Immanuel Mugambi

Description

Review Me is a web application that enables a person to locate certain locations and check the description and reviews of the place of interest.

Features

Specifications

Specifications File

Setup

Requirements

This project was created on a debian linux platform but should work on other unix based[not limited to] sytems.

  • Python3.6

Cloning the repository

git clone https://github.com/Imma7/Review-Me.git

Creating a virtual environment

pip3 install virtualenv python3.6 -m venv virtual source virtual/bin/activate

Installing dependencies

pip3 install -r requirements.txt

Running Tests

python3.6 manage.py test

Running the Server

Development Mode

The following configuration should be enabled when in development mode

Production Mode

The following configuration should be enabled when in production mode

Run Server Starting server by defaut will run it in development mode | python3.6 manage.py server | or | python3 manage.py server | or | python2 manage.py server|

Deployment to Heroku

Set the configuration in production mode heroku create <app-name> heroku heroku addons:create heroku-postgresql git add . git push heroku master heroku run python3.6 manage.py db upgrade

Live Demo

Review Me

Technology Used

Contributions

Immanuel Mugambi | Michelle Claire | Jared Ahaza

License

MIT License (c) 2018 Immanuel Mugambi

About

A website that helps get information about places through reviews

https://reveiwme.herokuapp.com/

License:MIT License


Languages

Language:Python 58.9%Language:HTML 39.1%Language:Mako 1.7%Language:Shell 0.2%