1. Installation Guide

1.1. Requirements

Download List

  1. Download Python 3. (https://www.python.org/downloads/)
  2. Download PostgreSQL. (http://www.postgresql.org/download/)
  3. Download Git(Not necessary) (https://git-scm.com/downloads)

Install List

  1. Install Python 3.
  2. Install Flask by using CMD or Bash with code below.
pip3 install Flask
  1. Install Psycopg2 by using CMD or Bash with code below.
pip3 install psycopg2
  1. Install PostgreSQL.
  2. Install Git.
  3. By using Git, you can clone the project with code below or you can directly download in https://github.com/itucsdb1604/itucsdb1604
git clone https://github.com/itucsdb1604/itucsdb1604.git
  1. Start pgAdmin and create new server where username is vagrant and password is vagrant.
  2. Finally start server.py file.
  3. Go to localhost:5000/initdb to initialize the database after that go to localhost:5000 and now you can look every page and do every operation in local.

If you want to visit online our website you can visit http://itucsdb1604.mybluemix.net/ from your browser.