The application is an API to manage the registry of pets.
You will need to have installed golang on your machine, my version is 1.19. Docker to run of database or you can use another way.
In project root:
To initial the database run the command below:
docker-compose up -d
To run the project use the command below:
go run main.go
The project uses port 3000, on your browser access documentation
- golang
- postgres
- sqlite
- gin
- swagger
Made by Janapc 🤘 Get in touch!