Bert Server is a mock-up server designed for web front-end and client developers to use during REST API development. It allows for immediate testing and development without the need to wait for server developers to complete their work.
Upon launching Bert Server (as a Windows desktop application), a local REST API server becomes available at http://localhost:5001. Users can make any REST API request (POST or GET) to any desired route. Bert Server records logs of all requests made and allows for defining custom responses for specific routes. Bert Server includes a small HTTP server serves static html files and automatic generated REST API server from your MySQL database. Just after setting up MySQL connection string, you can use it as a REST API server providing CURD APIs of your MySQL database.
Features
- Mock-up server
- Receiving any POST & GET call
- MySQL connection
- HTTP server
- Static files