An example API written in go.
- GO
- Postgresql
- gorilla/mux
- jinzhu/gorm
- dgrijalva/jwt-go
- joho/godotenv
- /api/user/new (User registration endpoint)
- /api/user/login (User login endpoint)
- /api/todos (Todo list endpoint)
- /api/todo/new (Todo create endpoint)
- /api/todo/{todo-id} (Todo retrieve, update and destroy endpoint)
go run main.go