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
- Host: GitHub
- URL: https://github.com/danilocdev/idocks
- Owner: DaniloCDev
- Created: 2024-11-29T17:40:19.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-05T19:00:16.000Z (5 months ago)
- Last Synced: 2025-01-25T19:12:50.267Z (4 months ago)
- Topics: api-golang, golang, golang-mongodb, mux
- Language: Go
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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