This is a server oriented towards abstraction rather than implementation, with a clean and scalable architecture. It features a PostgreSQL database connection with generalized queries using advanced SQL concepts and offers some security by returning encrypted responses.
- Golang
- Postgresql
- Docker
- Kubernetes
- Proxys
- Middlewares
- Deploy to google cloud whit k8
docker-compose -p project_name up
-
Step 1:
go mod tidy
-
Step 2:
mv .env.local .env
-
Step 3:
psql -U postgres -h localhost -a -f /route/to/archive/sql.sql -W
-
Step 3:
go run ./src/main.go