Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T14:39:13.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T01:04:07.028Z (7 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: 2
- 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
[![GitHub license](https://img.shields.io/github/license/Souvikns/JContainer)](https://github.com/Souvikns/JContainer/blob/master/LICENSE)
![Lines of code](https://img.shields.io/tokei/lines/github/Souvikns/JContainer)
![GitHub top language](https://img.shields.io/github/languages/top/Souvikns/JContainer)
![David](https://img.shields.io/david/Souvikns/JContainer)
[![Join the chat at https://gitter.im/Souvikns/Jcontainer](https://badges.gitter.im/Souvikns/Jcontainer.svg)](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
[![Deploy with Vercel](https://vercel.com/button)](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.---