An open API service indexing awesome lists of open source software.

https://github.com/danilocdev/idocks

api golang with register and login , used mux and mongodb
https://github.com/danilocdev/idocks

api-golang golang golang-mongodb mux

Last synced: 2 months ago
JSON representation

api golang with register and login , used mux and mongodb

Awesome Lists containing this project

README

        

# 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 ?
```bash
# 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