Skip to content

Commit

Permalink
Initialyzing FM Repository
Browse files Browse the repository at this point in the history
  • Loading branch information
vburmus committed Sep 14, 2024
0 parents commit 39518a9
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* text=auto
*.jpg binary
*.png binary
*.gif binary
9 changes: 9 additions & 0 deletions .gitignore
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
36 changes: 36 additions & 0 deletions README.md
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

0 comments on commit 39518a9

Please sign in to comment.