An api server for frontend developers. This application builds a local mock server for your specified endpoints and response.
Are you working with a team of engineers still in the process of setting up a backend for your frontend project. But you need a frontend server to test your designs and see if everything goes as predicted. Then this application is for you. Just make use of a simple to use GUI panel to setup a server that returns a response based on the rules you specify. And then you can go on with your project without worrying about when the backend guys get done with the actual server ๐.
- download the version for your os and Install and you are good to go. *Ps: the build
- Click on the button to add an api endpoint
- Specify a title and the url for the endpoint
- Click on save to add this to the list of endpoints
- After adding all your required endpoints, click on the 'play' or 'run' button at the top of the app
- The application builds your server and runs it on the
localhost
port80
build a server that is easy to setup and runs on multiple devices
build a completely stateless app
follow flutter best practices
setup ci/cd for the project
- Build the User interface on home page
- Link server to the frontend
- Add Error response tab on json editor
- Add method type indicator on endpoint list widget
- Setup Ci/Cd for building macos, web and linux apps
- Setup App Icon and Installation requirements for windows linux and macos
- Build the User interface for settings page
- Build the User interface for help page
- Build the User interface for the about page
- Build the User interface for all profiles
- Setup saving endpoints to device
- Add instructions on how to use the app in the about page
- Add link for contribution to the project
- Setup test for headers and authorizations to endpoints
- Setup the body for request
- Setup flow for building endpoints from open api schema