All Projects → sumitkolhe → krates

sumitkolhe / krates

Licence: MIT license
📦 A free HTTP based JSON storage service

Programming Languages

Vue
7211 projects
typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to krates

Key Cache
Storing data in the form of key into the file
Stars: ✭ 8 (-77.78%)
Mutual labels:  json-data
Postcss Plugins
The "officially unofficial" consolidated list of PostCSS plugins in a ready-to-use package
Stars: ✭ 107 (+197.22%)
Mutual labels:  json-data
Bfj
MOVED TO GITLAB
Stars: ✭ 164 (+355.56%)
Mutual labels:  json-data
Chinese Xinhua
📙 中华新华字典数据库。包括歇后语,成语,词语,汉字。
Stars: ✭ 8,705 (+24080.56%)
Mutual labels:  json-data
Jquery Jsontotable
This plugin can convert JSON data type to table for html. JSON is used primarily to transmit data between a server and web application, as an alternative to XML. In these reasons todays many applications use json data format for data transferring. And you need json to table converter for html display.
Stars: ✭ 69 (+91.67%)
Mutual labels:  json-data
Dna.js
🧬 An uncomplicated user interface library for building data-driven semantic templates
Stars: ✭ 114 (+216.67%)
Mutual labels:  json-data
Ufodiff
UFO source file diff application
Stars: ✭ 23 (-36.11%)
Mutual labels:  json-data
Jsmn
Jsmn is a world fastest JSON parser/tokenizer. This is the official repo replacing the old one at Bitbucket
Stars: ✭ 2,794 (+7661.11%)
Mutual labels:  json-data
Json Node Normalizer
'json-node-normalizer' - NodeJS module that normalize json data types from json schema specifications.
Stars: ✭ 105 (+191.67%)
Mutual labels:  json-data
Her
Her is an ORM (Object Relational Mapper) that maps REST resources to Ruby objects. It is designed to build applications that are powered by a RESTful API instead of a database.
Stars: ✭ 1,974 (+5383.33%)
Mutual labels:  json-data
Univalue
High performance RAII C++ JSON library and universal value object class
Stars: ✭ 46 (+27.78%)
Mutual labels:  json-data
Dictfier
Python library to convert/serialize class instances(Objects) both flat and nested into a dictionary data structure. It's very useful in converting Python Objects into JSON format
Stars: ✭ 67 (+86.11%)
Mutual labels:  json-data
Groq
Specification for GROQ - Graph-Relational Object Queries
Stars: ✭ 117 (+225%)
Mutual labels:  json-data
Jsonpath Rs
JSONPath for Rust
Stars: ✭ 31 (-13.89%)
Mutual labels:  json-data
Postgresql For Doctrine
PostgreSQL enhancements for Doctrine. Provides support for advanced data types (json, jssnb, arrays), text search, array operators and jsonb specific functions.
Stars: ✭ 181 (+402.78%)
Mutual labels:  json-data
Fire Emblem Working Title
A fledgling project wrangling Fire Emblem: Heroes stats
Stars: ✭ 25 (-30.56%)
Mutual labels:  json-data
Json Decoder
JsonDecoder implementation that allows you to convert your JSON data into PHP class objects
Stars: ✭ 109 (+202.78%)
Mutual labels:  json-data
Miller
Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV, TSV, and tabular JSON
Stars: ✭ 4,633 (+12769.44%)
Mutual labels:  json-data
Kazaam
Arbitrary transformations of JSON in Golang
Stars: ✭ 184 (+411.11%)
Mutual labels:  json-data
Steamwebapi2
🎮 C# / .NET library that makes it easy to use the Steam Web API. It conveniently wraps around all of the JSON data and ugly API details with clean methods, structures and classes.
Stars: ✭ 159 (+341.67%)
Mutual labels:  json-data


Krates

Krates is a free HTTP based JSON storage service. It is meant to be easy to use and easy to self-host. It lets you store, read & modify JSON data over HTTP APIs for FREE.

GitHub repo size GitHub

🔥Features

Simple : Zero configuration required and super easy to use.

💰 Free : Krates is completely free to use and always will be.

🌈 Backend Agnostic : Use krates with a backend server or directly from the browser.

🔐 Protected Krates : Protect you krates from unauthorized access.

🚀 Lightning Fast : Saving your data is just a HTTP request away.

Documentation

Local Setup

Clone the repository to a folder of your choice.

git clone https://github.com/sumitkolhe/krates

This would clone the whole repository onto your machine.

Run locally

The repository contains frontend and backend code as well. You will need to run them separately.

Backend server

You need MongoDB to run this application. If you don't already have MongoDB, go to the official documentation and follow the instructions there.

Once you have MongoDB installed, run

mongo

Install the dependencies

cd krates
npm install

Rename .example.env file to .env and fill all the required variables.

Start the backend server by running

npm run dev

This will start the backend server on port 4000

Frontend server

Install the dependencies

cd krates/dashboard
npm install

Start the frontend server by running

npm run dev

This will start the frontend server on port 3000

✍️ Authors

📜 License

This project is licensed under the MIT License - see the LICENSE file for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].