Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 428 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 428 Bytes

ExEplore

Dependencies

  • pip
  • python3
  • MySQL

Installation

  1. 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
  1. Create mysql database. All the SQL queries are mentioned in exeplore/database.txt.
  2. Use python exeplore/__init__.py to run the app.