Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.

---