Skip to content

jorgeAM/events

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

27 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

EVENTS ๐Ÿš€

First at all run docker-compose up -d

Event Service

To run microservice just do the following:

  1. go to the root of event service
  2. run go mod download
  3. fill up .env file
  4. go run main.go

Booking Service

To run microservice just do the following:

  1. go to the root of booking service
  2. run go mod download
  3. run migrations, at the moment migrations only works with postgres

to run migrations just write these command goose -dir "migrations" postgres "postgres_url" up -v

  1. fill up .env file
  2. go run main.go

PS: your feedbacks are welcome

About

2 microservices written in go and communicate with rabbitMQ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published