From c29bd7cbab68ae56a6ca6c996af645e3237c1cc0 Mon Sep 17 00:00:00 2001 From: Filip Rojek Date: Tue, 31 Dec 2024 11:34:39 +0100 Subject: [PATCH] Edited: App is rebranded to Fuel Stats --- LICENSE | 6 ++-- README.md | 52 ++++++++++++++++++---------------- app/views/auth/signin.php | 6 ++-- app/views/auth/signup.php | 4 +-- app/views/errors/404.php | 2 +- app/views/home/index.php | 4 +-- app/views/layouts/base.php | 2 +- app/views/layouts/noheader.php | 2 +- config/environment.php.example | 2 +- docker-compose.yaml | 2 +- 10 files changed, 42 insertions(+), 40 deletions(-) diff --git a/LICENSE b/LICENSE index bad128b..dc33a07 100644 --- a/LICENSE +++ b/LICENSE @@ -208,8 +208,8 @@ If you develop a new program, and you want it to be of the greatest possible use To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the “copyright” line and a pointer to where the full notice is found. - habit-tracker - Copyright (C) 2024 fr + Fuel Stats + Copyright (C) 2024 Filip Rojek This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. @@ -221,7 +221,7 @@ Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: - habit-tracker Copyright (C) 2024 fr + Fuel Stats Copyright (C) 2024 Filip Rojek This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. diff --git a/README.md b/README.md index 04e0f13..b935b12 100644 --- a/README.md +++ b/README.md @@ -1,32 +1,32 @@ -# Habit Tracker +# Fuel Stats -An app for tracking habits and motivation to achieve personal goals +An app for tracking your fuel consumption and optimizing your driving efficiency. -## Used technologies +## Used Technologies - **Frontend:** HTML, CSS, JavaScript - **Backend:** PHP (OOP) - **Database:** MariaDB -## How to build +## How to Build -### Build using docker -Run the container using docker-compose +### Build Using Docker +Run the container using docker-compose: ```bash -docker-compose up +docker-compose --profile up -d ``` -The app should be available at http://localhost:8000 +The app should be available at http://localhost:8000. -PhpMyAdmin should be available at http://localhost:8080 +PhpMyAdmin should be available at http://localhost:8080. -### Build manually -1. Clone the repo +### Build Manually +1. Clone the repository: ```bash - git clone https://git.filiprojek.cz/fr/habit-tracker.git + git clone https://git.filiprojek.cz/fr/fuel-stats.git ``` -2. Create `config/environment.php` -- It should have following structure: +2. Create `config/environment.php`: +- It should have the following structure: ```php diff --git a/app/views/auth/signup.php b/app/views/auth/signup.php index f8d2e4c..dd171b4 100644 --- a/app/views/auth/signup.php +++ b/app/views/auth/signup.php @@ -2,8 +2,8 @@