Skip to content

Garage is an application that allows users to book visits in the nearest car repair shops. Project carried out as an engineering thesis at the Silesian University of Technology.

Notifications You must be signed in to change notification settings

KsaweryZietara/garage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Garage

Overview

Garage is an application that allows users to book visits in the nearest car repair shops. Project carried out as an engineering thesis at the Silesian University of Technology.

Prerequisites

Installation

  1. Clone the Repository.
git clone https://github.com/KsaweryZietara/garage.git
cd garage
  1. Run tests.
make test
  1. Set environment variables defined in compose.yaml.

  2. Start the application.

make run
  1. Launch the user interface.
make web

User interface is available on port 8081. You can access it by navigating to:

http://localhost:8081

Note

To use application on mobile device download expo and replace localhost with server IP address.

  1. Stop the application.
make stop

About

Garage is an application that allows users to book visits in the nearest car repair shops. Project carried out as an engineering thesis at the Silesian University of Technology.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages