```
1. Python 3.8.0
2. pip3 19.03
3. Mongoengine 0.19.1
4. Mongodb 4.2.5
```
- To download the libraries needed, run requirements.txt as
pip install -r requirements.txt
- For a Technical documentacion of the main files of this repository, follow this path
Documentation -> _build -> html -> index.html
- Run index.html in your browser
- First download the following mongodb library:
npm install mongodb --save
- Run the init_db.js file where it will initialize db with its collections & restrictions.
node init_db.js
- End the process by pressing ctrl-C
- Run predefined_data.py to fill the database with all the predefined data that it's going to have.
python3 predefined_data.py