This application is an application that provides services such as creating, updating, listing reservations that contain authentication made with go.
- Clone the repository
- Run
docker-compose up -d
command - Run
cp .env.dist .env
- Update the .env file with your database settings
- Run
go run cmd/api/server.go
orgo build cmd/api/server.go
to start the server
Database settings can be configured in the .env file.
This project is licensed under the MIT license.