0.2.1 • Published 9 years ago

prata v0.2.1

Weekly downloads
10
License
-
Repository
github
Last release
9 years ago

This is a beta version.

Prata

Prata allows you to generate and/edit data in 3 easy steps:

  1. Add a schema following the json-schema.org standards.
  2. Edit data based on this structure via a user friendly or code editor.
  3. You can now GET, POST your data from anywhere.

It is a Nodejs application based on typicode/json-server and jdorn/json-editor.
Therefore we advice you to read the documentation of those two projects before getting started.

Installation

You need to Nodejs installed on your computer/server.
$ npm install to install all dependencies required by the project.
$ npm start to run a webserver at http://localhost:3000/.

Development

$ npm run dev to build the project, start the server and watch/rebuild HTML, CSS and JS.

Under the hood, we're using:

Libraries

CSS

JS