go run main.go server
./Test_places.postman_collection.json
go test -timeout 30s github.com/HenkCord/GOServicePlaces/usecases/places
go test -timeout 30s github.com/HenkCord/GOServicePlaces/cmd
go test -timeout 30s github.com/HenkCord/GOServicePlaces/entities
- Start MongoDB
- Create DB places
- Result
- places
- _id
- name
- city
- rating
- menu
- _id
- name
- cost
- updateAt
- createdAt