This api was created with golang and mongodb, just an api to practice golang and learn more, it was made with the intention of solving a problem for Logistics and Transport docks, for companies that have dock management problems, like this back -end I can know the status of it if it is being occupied or not, this api also comes with authentication on routes using jwt, and registering the user and logging in
# first clone this project like this
git clone https://github.com/ItKarma/idocks.git
# then use the command to download dependencies
go mod tidy
# then start the project
go run cmd/main.go