26 lines
268 B
Markdown
26 lines
268 B
Markdown
# Mongo Stuff
|
|
|
|
|
|
Load Sample Dataset `sample_shipwrecks` https://github.com/neelabalan/mongodb-sample-dataset
|
|
|
|
|
|
# servers and such
|
|
|
|
## py
|
|
|
|
Do standard venv ritual and pip install
|
|
|
|
```
|
|
python main.py
|
|
```
|
|
|
|
## js/shipwrecks
|
|
|
|
standard yarn ritual
|
|
|
|
|
|
```
|
|
yarn run dev
|
|
```
|
|
|