1. Installation Guide¶
1.1. Requirements¶
Download List
- Download Python 3. (https://www.python.org/downloads/)
- Download PostgreSQL. (http://www.postgresql.org/download/)
- Download Git(Not necessary) (https://git-scm.com/downloads)
Install List
- Install Python 3.
- Install Flask by using CMD or Bash with code below.
pip3 install Flask
- Install Psycopg2 by using CMD or Bash with code below.
pip3 install psycopg2
- Install PostgreSQL.
- Install Git.
- 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
- Start pgAdmin and create new server where username is vagrant and password is vagrant.
- Finally start server.py file.
- 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.