This commit is contained in:
Tyrel Souza 2023-08-18 01:16:34 -04:00
parent 9c02008072
commit 2171a784d7
No known key found for this signature in database
GPG Key ID: F3614B02ACBE438E

View File

@ -1,3 +1,21 @@
Load Sample Dataset `sample_shipwrecks` https://github.com/neelabalan/mongodb-sample-dataset
# py
Do standard venv ritual and pip install
```
python main.py
```
# js/shipwrecks
standard yarn ritual
```
yarn run dev
```