Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (16 loc) · 781 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 781 Bytes

[AASS] Frontend service

master pipeline

Prerequisites

Installation and configuration

The application is written in reactive framework Vue.

  1. Set your environment variables by creating your own .env file in root similar to .env.example.

  2. Build and run docker containers

    Run following command in base directory of this project:

    docker-compose up --build -d
    

Development

  1. Run docker-compose up in base directory of this project.

  2. Visit the webpage in browser (by default the URL is http://localhost:8080)

  3. To stop the server, use docker-compose down