A Marketplace service example for selling products
#docker #docker-compose #go #fiber #gorm #postgres #adminer #redis #stripe #react #typescript #mui #next
- make sure you have golang installed on your mashine
go version - run mailHog to be able to send emails
~/go/bin/MailHog
up and running:
sudo docker-compose up --build
seed db
sudo docker-compose exec app shgo run src/commands/populateUsers.gogo run src/commands/populateProducts.gogo run src/commands/populateOrders.gogo run src/commands/updateRanking.go