Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 378 Bytes

File metadata and controls

15 lines (9 loc) · 378 Bytes

rental API

API Documentation

Swagger API documentation can be found at /v1/swagger

Getting started

You need to execute config.sh before any action on this template. This script take one arg that is the project name.

$ ./config.sh my-super-api

After that, you can run make init to copy all configuration files, then you can run docker-compose up.