-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 39518a9
Showing
3 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
* text=auto | ||
*.jpg binary | ||
*.png binary | ||
*.gif binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.idea | ||
*.iml | ||
/**/node_modules/ | ||
**/.gradle | ||
**/build | ||
**/node_modules | ||
**/.angular | ||
*.css | ||
*.css.map |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Fleet Assistant | ||
|
||
## Overview | ||
|
||
Fleet Assistant is a Fleet Management Web System designed to optimize the management and operation of vehicle fleets. The project is divided into two main components: | ||
|
||
- **Frontend**: The user interface of the Fleet Assistant system. It handles presenting data to users and managing user interactions with a responsive and intuitive design. | ||
|
||
- **Backend**: The server-side component that manages business logic, database interactions, and provides API endpoints to the frontend. It ensures efficient data processing and system security. | ||
|
||
## Project Structure | ||
|
||
The repository is organized into the following directories: | ||
|
||
- **`frontend/`**: Contains the code and resources related to the user interface. | ||
- **Technologies Used**: Java, Gradle, Spring Boot, PostgreSQL with Liquibase, Hibernate, etc. | ||
- **Setup**: tbd | ||
|
||
- **`backend/`**: Contains the server-side code and configurations. | ||
- **Technologies Used**: Angular, Tailwind, SCSS, APIs | ||
- **Setup**: tbd | ||
|
||
## Documentation | ||
|
||
For a comprehensive overview of the Fleet Assistant system, including business goals, system architecture, and development process, please refer to the [Wiki](https://github.com/pwr-thesis/fleet-assistant/wiki). | ||
|
||
## Getting Started | ||
|
||
To get started with Fleet Assistant, clone this repository and follow the setup instructions for both the frontend and backend components. | ||
|
||
```bash | ||
git clone https://github.com/pwr-thesis/fleet-assistant.git | ||
cd fleet-assistant | ||
``` | ||
# Setup instructions | ||
TBD |