Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 983 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 983 Bytes

Fuel receipts storage project

Description

Fuel Receipt management system is a simple web application for saving your fuel receipt in MySQL database. Easily to add view and filter your receipts, providing a good way to organize fuel receipts.

Requirements

  1. Git
  2. Docker

Getting started

  1. Clone the Repository: [email protected]:Citadaskola-2023/GustavsO-Degvielas-ceki.git
  2. Install needed project dependencies: docker run --rm --interactive --tty \ --volume /$PWD:/app \ composer install
  3. Start the project and container using docker: docker compose up -d
  4. Open you web browser and navigate to https:localhost
  5. To enter an account, use these credentials: Username: USER-001; Password: 2024

License

This project is licensed under the Unlicense - see the LICENSE file for details.