module
0.0.0-20240428134325-24c96f03f567
Repository: https://github.com/francorutigliano/mongo-go.git
Documentation: pkg.go.dev
# README
Mongo-Go
Simple crud(for now) to manage todos
Tech Stack
Client: ---
Server: Golang
Tasks
- Crud(Todos)
- Create an entity users
- Crud and routing for users
- Folder utils.go with utils functions
- Reestructure the project (layout oficial projects for Go)
- Apply JWT
- Protecting Routes (Middleware)