Explore >> Select a destination


You are here

huey.xyz
| | blog.nuculabs.de
6.8 parsecs away

Travel
| | I've been playing recently with ASP.Net Core and I'm developing a small Web API project in order to teach myself the framework. In still article I'll explain how to use a Postgres database with Docker, in order to make your development experience much more enjoyable. Before moving on, please make sure that you've installed: Docker Docker-Compose First, create the docker-compose.yml file in your root directory of the project, the file should contain:
| | alexn.org
11.8 parsecs away

Travel
| |
| | www.dannyvankooten.com
9.4 parsecs away

Travel
| |
| | www.cybershu.eu
57.6 parsecs away

Travel
| If you work with Python, you probably need to activate a virtual environment to manage dependencies. Using a virtualenv requires activation each time you wan...