Before you run this project, you need to install the requirement:
- Golang
- Docker/Postgresql (chose one)
if you use docker, you can run this command for running the database
docker-compose -f database.yml up -d
after that, you can run this command for running the service
docker-compose up -d