Skip to content

the-fool/Dotnet-Postgres-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NET Core | Postgres | Docker | Angular

An eazy-peazy template for building a .NET Core app with Postgres.

To Run

The only requirement is Docker Compose.

Clone the repo:

git clone https://github.com/the-fool/dotnet-postgres-docker
cd dotnet-postgres-docker
docker-compose up

Navigate to localhost:4200 for the Angular web client. Explore your Backend API at localhost:5000

Fin!

How is this so easy?

Docker-Compose takes care of installing the Dotnet runtime, a PostgreSQL server, and NodeJS all in separate, disposable containers. You don't need to worry about installing this software by hand, nor should you worry about mucking up existing versions of these programs on your OS.

About

Docker-Compose + ASP.NET Core, PostgreSQL, Angular template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published