Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 603 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 603 Bytes

gits-capstone-project

Before you run this project, you need to install the requirement:

  • Golang
  • Docker/Postgresql (chose one)

Docker Section

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

Deploy VPS