irffanasiff / Pantry

🥑 Free data storage as a service that allows devs to store JSON for multiple apps & users. A good resource when building personal projects, apps for hackathons, and prototypes alike.

Home Page:https://getpantry.cloud/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pantry

build Coverage Status

Pantry is a free service that provides perishable data storage for small projects. Data is securely stored for as long as you and your users need it and is deleted after a period of inactivity. Simply use the restful API to post JSON objects and we'll take care of the rest.

It was built to provide a simple, re-usable storage solution for smaller sized projects. It was created by developers for developers, to be there when you need it and to help you rapidly prototype your next project.

Development

Clone the repo

git clone https://github.com/imRohan/Pantry.git && cd Pantry

Install Dependencies

yarn

Install Redis

You will need to install Redis (v^6.2.0) on your machine and have server running using it's default settings

Create & Edit a .env and config.ts

cp env.sample .env cp src/app/config.dev.ts src/app/config.ts

Build frontend assets and run server (default port 3000)

yarn run dev

Open Example HTML page

Open http://localhost:3000/ in the browser of your choice

Sponsors

Alt text

bit.io is proud to sponsor Pantry! bit.io shares Pantry’s mission of increasing developer speed and productivity by getting rid of the annoyances of data infrastructure and making data more accessible. We’re hiring!

About

🥑 Free data storage as a service that allows devs to store JSON for multiple apps & users. A good resource when building personal projects, apps for hackathons, and prototypes alike.

https://getpantry.cloud/

License:Other


Languages

Language:TypeScript 68.6%Language:HTML 17.5%Language:SCSS 7.6%Language:JavaScript 4.0%Language:Shell 2.3%