Skip to content

Souvikns/JContainer

Repository files navigation

JContainer

GitHub license Lines of code GitHub top language David Join the chat at https://gitter.im/Souvikns/Jcontainer

Setup your own REST API data storage service with just one click. Go serverless with JContainer.

Instructions

Deploy with Vercel

  • 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=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
  • 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.

Releases

No releases published

Packages

 
 
 

Contributors