Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 640 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 640 Bytes

about

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

How can I use ?

# 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