dnikolovv / dev-adventures-realworld

A RealWorld application implemented using the Dev Adventures .NET Core template and functional programming.
https://marketplace.visualstudio.com/items?itemName=dnikolovv.dev-adventures-project-setup
142 stars 29 forks source link

Run out of the box #6

Open dzmitry-lahoda opened 4 years ago

dzmitry-lahoda commented 4 years ago

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

dnikolovv commented 4 years ago

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

dzmitry-lahoda commented 4 years ago

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?

dnikolovv commented 4 years ago

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.