https://github.com/tecladocode/mongodb-faq
Frequently Asked Questions in our courses about working with and setting up MongoDB
https://github.com/tecladocode/mongodb-faq
Last synced: about 1 year ago
JSON representation
Frequently Asked Questions in our courses about working with and setting up MongoDB
- Host: GitHub
- URL: https://github.com/tecladocode/mongodb-faq
- Owner: tecladocode
- Created: 2018-11-10T11:52:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-05T15:42:53.000Z (about 4 years ago)
- Last Synced: 2023-03-01T08:35:32.607Z (over 3 years ago)
- Language: JavaScript
- Size: 942 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MongoDB FAQ
This e-book contains frequently asked questions from our courses on working with and setting up MongoDB.
## Contributing
To contribute, first install vuepress:
```
npm install -g vuepress
```
Then clone this repository, and run:
```
npm install
npm run docs:dev
```
Access the book locally on:
```
http://localhost:8080
```
## Working with Vuepress
The official documentation is at https://vuepress.vuejs.org/guide/
Most things that will be used in this e-book will probably be:
* Code blocks: https://vuepress.vuejs.org/guide/markdown.html#line-highlighting-in-code-blocks
* Custom containers: https://vuepress.vuejs.org/guide/markdown.html#custom-containers
* Maybe tables: https://vuepress.vuejs.org/guide/markdown.html#github-style-tables