Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aarnadlr/react-serverless-mongodb
Create-react-app + Now serverless functions + MongoDB Atlas
https://github.com/aarnadlr/react-serverless-mongodb
create-react-app mongodb node now react serverless zeit
Last synced: 17 days ago
JSON representation
Create-react-app + Now serverless functions + MongoDB Atlas
- Host: GitHub
- URL: https://github.com/aarnadlr/react-serverless-mongodb
- Owner: aarnadlr
- Created: 2019-09-12T01:32:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T05:31:26.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T21:07:53.224Z (3 months ago)
- Topics: create-react-app, mongodb, node, now, react, serverless, zeit
- Language: JavaScript
- Homepage: https://react-serverless-mongodb.now.sh
- Size: 1.27 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Create-react-app + Now serverless fns + MongoDB Atlas
This is a starter consisting of :
- Create react-App CLI
- MongoDB Atlas
- Zeit Now serverless functionsReact makes fetch requests to serverless fns in the `/api` folder; the serverless fns query the MongoDB store.
To run local development:
```shell
$ now dev
```⚠ Important: In local dev, use `http://localhost:3000/`. If a strange URL appears in your browser like `http://localhost:65253/`, open up :3000 and work with that port instead.
## Deploying this Example
Deploy the app with a single command:
```shell
$ now
```