DB_RAYER_01
A Hetic student project.
Usage
Required development environment:
Configure the development environment on your local machine:
$ git clone <this repo>
$ cd DB_RAYER_01
$ docker-compose up
You can now access the api: http://localhost:1323/
Endpoints
## Get all customers and infos
GET(api/customer/id)
## Get all products of an order
GET(api/order/:id/product)
## Get all employees
GET(api/employee)
## Get all offices
GET(api/office)
Documentation
The technical documentation of the project is available on GoDoc here : Technical Documentation
Author