Skip to content

Example with a Angular 10 Client consuming a NodeJS API with Sequelize and Postgres, all running in docker containers

Notifications You must be signed in to change notification settings

LeaoSomogyi/simple-example

Repository files navigation

Simple Example

This project aims to use and abuse from docker-compose to run all needed services once.

Here you will find:

  • A NodeJS API using Express and Sequelize
  • A front-end client using Angular 9
  • A PostgreSQL database with PgAdmin4

Getting Started

git clone https://github.com/LeaoSomogyi/simple-example

Prerequisites

You will need docker in order to run this sample.

Running

Once you cloned and check if docker is running, just run the follow command and let the magic begin!

$ docker-compose build

This command will build your docker images.

Once finished, run:

$ docker-compose up

And all four containers will be running!

Authors

About

Example with a Angular 10 Client consuming a NodeJS API with Sequelize and Postgres, all running in docker containers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published