json_rest_server 3.2.1 json_rest_server: ^3.2.1 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
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