Skip to content

darkovrbaski/oblaci_challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oblaci_challenge

Solution to the challenge in 5 days in the clouds 2022


Table of Contents
  1. Getting Started
  2. Usage

Getting Started

To get a local copy up and running follow these steps.

Prerequisites

  • Java 17
  • PostgreSQL
  • NPM
  • Angular CLI 14.2.9.
  • Docker

Build

Spring Boot application

  • METHOD 1: Running in IDE

    Set in application.yaml Postgres DB username and password and create database named CryptoExchangeDb in your local Postgres DB

    Open Spring Boot application in your IDE located in /crypto-exchange/ Execute the main method in the me.darko.cryptoexchange.CryptoExchangeApplication class.

  • METHOD 2: Running with Docker

    From project directory, start up application by running docker compose up --build

  • Application will be available at

    http://localhost:8080/

  • Check running application at Swagger UI

    http://localhost:8080/swagger-ui/index.html

Angular application

  1. Go to directory ./angular-app
    cd ./angular-app/
  2. Install Angular dependencies
    npm install
  3. Run Angular application
    npm start
  4. Open application in browser and navigate http://localhost:4200/

(back to top)

About

Rešenje zadatka za 5 dana u oblacima 2022

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published