jsonox 🛰 Build Release

CLI based RESTful JSON server + store written in Rust.

Features 🚀

[DISCLAIMER: This program is designed for development purposes. Use in production at your own risk!]

Installation 🔧

Pre-compiled Binary

Or Build From Source

Give Permissions

Usage 📡

Run the server via the CLI, then setup REST API endpoints.

Command line (CLI)

REST API

Construct REST API endpoints on arbitrary routes in the following way(s):

You can also setup your own API by creating files under ./jsonox_data in the structure similar as above:

bash - pets/ - dog/ - index.json - cat/ - index.json - index.json - toys/ - doll/ - index.json