Changes between Version 2 and Version 3 of PrototypeApplication


Ignore:
Timestamp:
02/21/25 16:58:55 (24 hours ago)
Author:
222077
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PrototypeApplication

    v2 v3  
    11= Prototype application
    2 
    32== Implementation Of User Scenarios
    4 
    53**[wiki:UseCaseImplementation UseCaseImplementation]**
    6 
    74== RouteMK Project Setup Guide
    85=== Git Repository:
     
    118- Docker and Docker Compose installed on your system  **[[https://docs.docker.com/get-started/get-docker|Download Docker]]**
    129- Git (to clone the repository) **[[https://git-scm.com/downloads|Download Git]]**
     10===
     11==== **There are many different ways to start the project but we recommend starting the project this way:**
    1312=== Setup Instructions
    14 
    15131. Clone the repository:
    1614{{{
    1715git clone https://github.com/KikoTheFinker/RouteMK
    1816}}}
    19 
    20 
    21172. Build and run the containers:
    2218{{{
    2319docker-compose up --build
    2420}}}
    25 
    2621=== Accessing the Application
    2722- Spring Boot application: **http://localhost:8080**
     
    3227 - Username: postgres
    3328 - Password: postgres
    34 
    3529=== Database Management
    3630- Database data is persisted in a Docker volume named `postgres_data`
     
    4135docker compose up -d
    4236}}}
    43 
    4437=== Stop the application
    4538{{{
    4639docker compose down
    4740}}}
    48