This is a simple backend API that manages a merchant account.
-
Install Docker for Mac
-
Setup and boot the Docker containers:
docker compose up -d
- Seed a admin user
- Use the api_secret of admin user to create a merchant.
- Merchants can then manage their members using their own api keys
- Refer to OpenAPI documentation
- Increase test coverage
- Add database seeds