Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shahednasser/mongodb-realm-tutorial
Code for MongoDB Realm Tutorial
https://github.com/shahednasser/mongodb-realm-tutorial
mongodb react
Last synced: 3 months ago
JSON representation
Code for MongoDB Realm Tutorial
- Host: GitHub
- URL: https://github.com/shahednasser/mongodb-realm-tutorial
- Owner: shahednasser
- Created: 2021-05-22T15:15:49.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-29T19:32:51.000Z (over 3 years ago)
- Last Synced: 2024-10-04T16:48:46.843Z (4 months ago)
- Topics: mongodb, react
- Language: JavaScript
- Homepage: https://blog.shahednasser.com/how-to-integrate-mongo-realm-with-react-part-1/
- Size: 371 KB
- Stars: 9
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MongoDB Realm Tutorial with React
Repository for tutorial at [my personal blog](https://blog.shahednasser.com/how-to-integrate-mongo-realm-with-react-part-1/)
## Installation
```bash
npm i
```## Start Server
```bash
npm start
```