https://github.com/souvikns/jcontainer
Deployable REST API data storage service.
https://github.com/souvikns/jcontainer
data-storage hacktoberfest2020 mongodb nextjs nodejs-server reactjs rest-api
Last synced: 3 months ago
JSON representation
Deployable REST API data storage service.
- Host: GitHub
- URL: https://github.com/souvikns/jcontainer
- Owner: Souvikns
- License: mit
- Created: 2020-09-19T17:08:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T14:39:13.000Z (over 2 years ago)
- Last Synced: 2025-04-09T21:22:28.072Z (3 months ago)
- Topics: data-storage, hacktoberfest2020, mongodb, nextjs, nodejs-server, reactjs, rest-api
- Language: JavaScript
- Homepage: https://jc-ontainer.vercel.app
- Size: 1.12 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# JContainer
[](https://github.com/Souvikns/JContainer/blob/master/LICENSE)



[](https://gitter.im/Souvikns/Jcontainer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)Setup your own **REST API** *data storage* service with just one click. Go serverless with **JContainer**.
## Instructions
[](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2FSouvikns%2FJContainer&env=MONGO_URI,DB_NAME)
- Click on the deploy button
- Add your Enviorment variables
- Add mongodb url that looks like this `mongodb+srv://:@cluster0.wudu9.mongodb.net/?retryWrites=true&w=majority` in `MONGO_URI`
- Add database name in place of `DB_NAME`.
- Voila! your own rest API data storage, use it well.---
## Contributing
This application is built using **nextjs**. To contribute to this repo please follow the following setps- You need to have [nodejs](https://nodejs.org/en/)
- 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 `development` branch.---