- pip
- python3
- MySQL
- Create virtual environment and install requirements
$ git clone https://github.com/Kartikay26/ExEplore.git
$ cd ExEplore
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
- Create mysql database. All the SQL queries are mentioned in
exeplore/database.txt
. - Use
python exeplore/__init__.py
to run the app.