Examples
This directory provides examples demonstrating the use of the gorm-multitenancy package with various frameworks:
Getting Started
To run these examples on your local machine, follow these steps:
Step 1: Clone the Repository
git clone https://github.com/bartventer/gorm-multitenancy.git
cd gorm-multitenancy
Step 2: Execute the Desired Example
Choose an example to run. This will spin up the necessary services and start the server.
For Echo
make examples/echo
For net/http
make examples/nethttp
Interacting with the API
Please see API Usage for more examples on how to interact with the server.