Skip to content
/ www Public

JSON.ms allows you to create an admin panel from a YAML interface that communicates with a remote server using JSON. Users enjoy a sleek interface while you dynamically manage fields through YAML, handling all RESTful requests seamlessly from your server.

License

Notifications You must be signed in to change notification settings

JSON-ms/www

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f00135b · Mar 7, 2025

History

14 Commits
Mar 7, 2025
Mar 6, 2025
Mar 4, 2025
Mar 7, 2025
Mar 4, 2025
Mar 4, 2025
Mar 4, 2025
Mar 4, 2025
Feb 27, 2025
Mar 7, 2025
Mar 7, 2025
Mar 4, 2025
Mar 4, 2025
Mar 5, 2025
Mar 7, 2025
Mar 6, 2025
Mar 6, 2025
Mar 4, 2025
Mar 6, 2025
Mar 5, 2025
Mar 4, 2025

Repository files navigation

JSON.ms

example

JSON.ms allows you to create an admin panel from a YAML interface that communicates with a remote server using JSON. Users enjoy a sleek interface while you dynamically manage fields through YAML, handling all RESTful requests seamlessly from your server.

You don't need to install JSON.ms on your server; you can simply use our online version, which connects to your remote server. However, if you're concerned about data security, you have the option to install your own instance.

Features

  • Define admin panel UI using YAML
  • Seamless communication with a remote server via JSON
  • Dynamic field management
  • RESTful API integration

Installation

  1. Clone the repository:
git clone git@github.com:dannycoulombe/jsonms.git
cd jsonms
  1. Create a .env file based on .env.example available in the repo:
cp .env.example .env
  1. Install dependencies:
# Using Yarn
yarn

# OR using npm
npm install
  1. Start the development server:
# Using Yarn
yarn dev

# OR using npm
npm run dev

Requirements

Ensure that the backend server (jsonms-server) is up and running. See link for setup instructions.

Documentation

Please check /docs folder.

License

BSD-3-Clause License

About

JSON.ms allows you to create an admin panel from a YAML interface that communicates with a remote server using JSON. Users enjoy a sleek interface while you dynamically manage fields through YAML, handling all RESTful requests seamlessly from your server.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published