Skip to content

mobiento/prata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a beta version.

Prata Build Status npm version

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, PUT, PATCH and DELETE 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 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 install -g nodemon to restart the server on file change.
$ npm install to install all dependencies.
$ 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

About

A Nodejs module to prototype data

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages