json_server 1.0.0+2 copy "json_server: ^1.0.0+2" to clipboard
json_server: ^1.0.0+2 copied to clipboard

outdated

Launch JSON server for web and mobile apps development from CLI without complicated backend setup for Dart and Flutter development.

example/README.md

Examples #

To start a default server, which binds to 127.0.0.1:1711, using database.json.

$ jserver -d database.json

To start server at localhost:8888 using api.json for database.

$ jserver -h localhost -p 8888 -d api.json
1
likes
30
pub points
40%
popularity

Publisher

verified publisherpetehouston.com

Launch JSON server for web and mobile apps development from CLI without complicated backend setup for Dart and Flutter development.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, path

More

Packages that depend on json_server