Setup your own REST API data storage service with just one click. Go serverless with JContainer.
- Click on the deploy button
- Add your Enviorment variables
- Add mongodb url that looks like this
mongodb+srv://<username>:<password>@cluster0.wudu9.mongodb.net/<database name>?retryWrites=true&w=majorityinMONGO_URI - Add database name in place of
DB_NAME.
- Add mongodb url that looks like this
- Voila! your own rest API data storage, use it well.
This application is built using nextjs. To contribute to this repo please follow the following setps
- You need to have nodejs
- Fork this repo to successfully make a PR
- Clone the repo to your local computer
- Install the dependencies using the command
npm install - After making changes, you can make a PR to the
developmentbranch.