An interactive Terminal User Interface wrapped around an International Admissions Dashboard for Counselor, Teachers, and Students.
- MySQL
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