Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Latest commit

 

History

History
46 lines (28 loc) · 709 Bytes

README.md

File metadata and controls

46 lines (28 loc) · 709 Bytes

Sportisimo Marks

A partial duplicate of an internal information system in Sportisimo, written in PHP and Nette with use of Naja, Sass and Materialize.

This was a part of an admission at the Sportisimo.

Requirements

Installed Docker and Docker Compose.

Installation

Clone this repository.

Pull required Docker images.

docker compose pull

Build images.

docker compose 

Usage

Start the app using

docker compose up -d

Now you can reach it on http://localhost/.

Stopping the app using

docker compose down

License

As written in LICENSE file, the code is published under the GPLv3 license.