json_rest_server 3.1.0 copy "json_rest_server: ^3.1.0" to clipboard
json_rest_server: ^3.1.0 copied to clipboard

A RESTful server based on JSON With this package you can have a fully functional RESTful server with auth, pagination and all the necessaries services do build an application

example/example.md

Json Rest Server Example #

Creating the project The commands below will create all the necessaries things do run your server

In an empty folder you can execute this command

json_rest_server create

You can also create a folder using the command below

json_rest_server create ./nome_pasta

Starting the Server

The command below will run a server based in the configurations that is in the config.yaml file

Then you can jump in the folder that you create and execute this command

json_rest_server run
173
likes
140
pub points
32%
popularity

Publisher

verified publisheracademiadoflutter.com.br

A RESTful server based on JSON With this package you can have a fully functional RESTful server with auth, pagination and all the necessaries services do build an application

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

args, event_bus, get_it, http, jaguar_jwt, logger, path, shelf, shelf_multipart, shelf_static, shelf_web_socket, uuid, yaml

More

Packages that depend on json_rest_server