json_rest_server 1.2.4 copy "json_rest_server: ^1.2.4" to clipboard
json_rest_server: ^1.2.4 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
187
likes
0
pub points
39%
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

License

unknown (license)

Dependencies

args, get_it, jaguar_jwt, logger, path, shelf, yaml

More

Packages that depend on json_rest_server