fyarkiy / angular-springboot-docker-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular-springboot-docker-example

This project is an example of a popular technology stack based on Angular + SpringBoot + Docker. This project can be useful if you have the test task required technologies listed above.

Strongly recommended:

Go through official Angular tutorial if you haven't done it yet

For launch project

  1. Install Docker Desktop and register on DockerHub

  2. Run next command in terminal from tour-of-heroes-api directory:

    mvn clean package

  3. Run next command in terminal from the main directory:

    docker-compose up --build

  4. Open your browser on http://localhost:4200.

About


Languages

Language:TypeScript 56.1%Language:Java 20.3%Language:CSS 11.9%Language:HTML 5.8%Language:JavaScript 5.2%Language:Dockerfile 0.8%