- You need to first install the binaries for SQLite database from here according to your respective operating system
- To be able to visualize the database properly, download SQLite Studio from here
- Create a new database and name it 'data.db'
- Run the following command which will automatically define the schema of the database
$ python db.py
- Install the requirements by running the following command :
$ pip install requirements.txt
- Finally, run the following command to execute the main program :
$ python app.py