- Go v1.13.8
- PostgreSQL v12
- Router - gorilla/mux
- Handlers - gorilla/handlers
- Sessions, cookie - gorilla/sessions
- Logger - logrus
- Validation - ozzo-validation
- .toml parser - BurntSushi/toml
make
build app
./apiserver
run
- authenticate user for private subrouter
- CORS headers
- logger with measuring time of each request