#Cars -- Golang service
- If you dont have, install golang : https://golang.org/dl/
- We are using postgres database, gorm ( Golang's object mapper).
- Create database in postgres, enter your credentials in .env file
- enter cars folder ( cd cars)
- run command: $ go build
- To populate database with some informations, go to cars/seed folder, and run $ go run main.go
- To run service, go to cars folder, and run $ go run main.go