Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 573 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 573 Bytes

IntlApp Dashboard CLI

Final Project: Class 12 Computer Science

An interactive Terminal User Interface wrapped around an International Admissions Dashboard for Counselor, Teachers, and Students.

Prerequisites

  • MySQL

Setup

create database db first in mysql, enter database credentials as specified in app/.sample.env, rename it to .env run the following commands in the command prompt/terminal

$ python setup.py build
$ python setup.py install
$ pip install -r requirements.txt
$ python app