jihedmastouri / serveur

(WIP) A mock server with finesse.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serveur

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.

AI generated image of a gofer as a waiter

Table Of Content:

Getting Started

Installation

Installation with Go:

go install github.com/jihedmastouri/serveur

Note: Other Methods to be added later

Usage

Start the Serveur mock server:

Serveur ./schema.json

Schema

Contributing

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.

License

Serveur is licensed under the MIT License.

Happy Mocking! 🚀

About

(WIP) A mock server with finesse.

License:MIT License


Languages

Language:Go 99.9%Language:Makefile 0.1%