Inspired by json-server
, Serveur eliminates the need to manually write data (db.json). Instead, you write a schema file and Serveur will take care of the REST
.
Table Of Content:
Installation with Go:
go install github.com/jihedmastouri/serveur
Note: Other Methods to be added later
Start the Serveur mock server:
Serveur ./schema.json
We welcome contributions from the community. If you find a bug or have an enhancement in mind, please open an issue or submit a pull request.
All contributions are going to be licensed under MIT.
Serveur is licensed under the MIT License.
Happy Mocking! 🚀