- 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__.pyto run the app.