shipwrecks/README.md

22 lines
231 B
Markdown
Raw Normal View History

2023-08-18 05:13:11 +00:00
Load Sample Dataset `sample_shipwrecks` https://github.com/neelabalan/mongodb-sample-dataset
2023-08-18 05:16:34 +00:00
# py
Do standard venv ritual and pip install
```
python main.py
```
# js/shipwrecks
standard yarn ritual
```
yarn run dev
```
2023-08-18 05:13:11 +00:00