This is the second project for the MSc course Database Management System (M149) of the winter semester. The pronunciation can be found in the M149-Project02.pdf. The first project can be found here.
- Create and activate a virtual environment
- Install requirements:
pip install -r requirements.txt
- Start server and navigate to http://127.0.0.1:8000/.
uvicorn main:app --reload
Extract files from logs.zip in a new directory called logs. Then, run the stand-alone script insert_data.py
.
Make sure you have downloaded MongoDB (e.g. Community Edition) before loading the data or running any query.