Skip to content

kyrczak/app-drive-service

Repository files navigation

App Drive Service

Description

College assignment introducing microservice web infrastructure. The app allows for creation of drives and saving applications in them. User can interact with application with a web interface provided by Angular framework.

Every creation of a new app or new disk is stored on a local database and is loaded on application start-up.

Tech stack

  • Spring
  • Sprin Boot
  • Angular
  • Docker
  • PostgresSQL
  • Tailwind CSS

Setup

Requirements:

Provided, that you installed all required components and clonned the repository

  1. Build the project in the main directory using
build.ps1
  1. Launch the docker containers using
docker-compose up
  1. Access the gui interface through this address in your web browser
localhost:8087