Skip to content

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

License

Notifications You must be signed in to change notification settings

imRohan/Pantry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6dea64b ยท Aug 23, 2024
Jan 24, 2023
May 5, 2021
Mar 2, 2020
Mar 13, 2024
Aug 23, 2024
Jan 15, 2022
Sep 23, 2021
Mar 15, 2022
Apr 15, 2020
Jun 15, 2023
Sep 13, 2021
Feb 27, 2022
May 18, 2023
Mar 15, 2022
Mar 15, 2022
Apr 14, 2020
Apr 10, 2020
Apr 10, 2020
Apr 10, 2020
May 18, 2023

Repository files navigation

Pantry

build Maintainability Issues Open Issues Closed 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