JContainer

Deployable REST API data storage service.

MIT License

Stars
4
Committers
3

JContainer

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

Instructions

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