Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 640 Bytes

File metadata and controls

36 lines (30 loc) · 640 Bytes

Golang-restapi-project

Simple Rest Api Project with Authentication, Autherization,Validation and Connection with redis

File Structure

├── cache
│   └── cache.go
├── config
│   └── config.go
├── config.json
├── config.json.prod
├── database
│   └── database.go
├── go.mod
├── go.sum
├── main.go
├── models
│   └── models.go
├── routes
│   └── routes.go
├── services
│   └── services.go
└── utils
    └── util.go

Technology Used

`

  1. Golang
  2. Redis
  3. JsonWebToken
  4. Mysql