Skip to content

valmrt77/DB_AGOSTIN_P01

 
 

Repository files navigation

Dashboard customer

This project aims to develop a API for a dashboard with #Goland

Usage

docker-compose up

Routes

Endpoint V1
GET    /api/v1/
Get all customers
GET    /api/v1/customers/
Get customer by ID
GET    /api/v1/customers/:id 
Get order by customer
GET    /api/v1/customers/:id/orders 
Get all orders
GET    /api/v1/orders/              
Get all employees
GET    /api/v1/employees/           
Get employees detail by ID
GET    /api/v1/employees/:id        
Get offices with employees
GET    /api/v1/offices/             
Get employees by office code
GET    /api/v1/offices/:id

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

API in GO for serving dashboard data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 97.0%
  • Dockerfile 3.0%