dev-adventures-realworld icon indicating copy to clipboard operation
dev-adventures-realworld copied to clipboard

Run out of the box

Open dzmitry-lahoda opened this issue 5 years ago • 3 comments

I failed to run out of the box upon download, options are:

  • use sqlite (we just example, not need to use real database so)
  • in memory ef
  • dockerize running pg as part of launch of asp.net application

dzmitry-lahoda avatar Apr 11 '20 15:04 dzmitry-lahoda

I'd be reluctant to switch to sqlite. For me, dockerizing the setup would be the way to go.

dnikolovv avatar Apr 11 '20 16:04 dnikolovv

i thought app is to show functional approach with all functional, but having to run docker with pg goes to far into devops. do not you think?

dzmitry-lahoda avatar Apr 11 '20 16:04 dzmitry-lahoda

You don't have to run docker, you could do just as well with a separate pg instance. On the other hand, this project also strives to display a somewhat complete project setup. There is already a docker-compose configuration that runs the Postman tests during CI, so I don't see the issue of simply adding another for running it locally.

dnikolovv avatar Apr 13 '20 05:04 dnikolovv