/web_app

Primary LanguagePython

Human-Circle_WebApp

Prerequisites

  1. Python 3.6
  2. PHPMyAdmin

Installation

  1. Open terminal in the main directory and enter the following commands
  2. export FLASK_APP=App
  3. export FLASK_DEBUG=true
  4. pip install -e .
  5. flask run
  6. Go to the url given in the terminal to access the website

Setting Up Database

  1. Open localhost/phpmyadmin
  2. Create a database with the name 'yic'
  3. Go to the database and click on import
  4. Choose the file in /SQL/yic.sql and import with default options
  5. You can now create a user and login through it on the main webapp