A backend for a full stack auction site using GO
- RESTful API
- Authentication using JWT and Secure Cookie
- CSRF protection
- Logging
- Deployed using DigitalOcean
- Gorilla toolkit https://github.com/gorilla
- CSRF github.com/gorilla/csrf
- SecureCookie github.com/gorilla/securecookie
- Jwt-go github.com/dgrijalva/jwt-go
- CORS github.com/rs/cors
- GORM github.com/jinzhu/gorm
- GODOTENV github.com/joho/godotenv
- Logrus github.com/sirupsen/logrus
- MYSQL