shipwrecks/README.md

26 lines
268 B
Markdown
Raw Normal View History

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