This is a Go conference application used to post Go events for Gophers. This application is made up the below tech stack.
- Go (Run time)
- Go Gin
- Postgres
- Redis
- Docker
- Install Go runtime : latest version is super fine
- Install Docker
- Install Redis
- Install postgres
- Clone the application : $ git clone https://github.com/AntonyIS/go-joint.git
- Create docker image : $ docker build -t go-con:latest .
- Run application : $ docker-compose up --build