https://github.com/loehnertz/bachelor-thesis
My bachelor thesis: „The System and Software Architecture of Back-End Applications for the Short-Term Rental of Electric Scooters – Exhibition of an Exemplarily Implemented Back-End Application“
https://github.com/loehnertz/bachelor-thesis
bachelor-project bachelor-thesis latex paper thesis
Last synced: about 2 months ago
JSON representation
My bachelor thesis: „The System and Software Architecture of Back-End Applications for the Short-Term Rental of Electric Scooters – Exhibition of an Exemplarily Implemented Back-End Application“
- Host: GitHub
- URL: https://github.com/loehnertz/bachelor-thesis
- Owner: loehnertz
- Created: 2018-04-11T12:46:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-20T10:45:52.000Z (almost 7 years ago)
- Last Synced: 2023-03-04T15:52:46.572Z (about 2 years ago)
- Topics: bachelor-project, bachelor-thesis, latex, paper, thesis
- Language: TeX
- Homepage: https://github.com/loehnertz/bachelor-thesis/releases/tag/v1.0
- Size: 2.82 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bachelor Thesis
### The System and Software Architecture of Back-End Applications for the Short-Term Rental of Electric Scooters – Exhibition of an Exemplarily Implemented Back-End Application
## Abstract
The market for the short-term rental of electric scooters is currently rapidly
growing in many parts of the world.
As other short-term rental markets, mainly in form of the concept of car sharing,
and modern services in general have already shown, a mobile or web-based
application is the absolute tool for the functioning of such a service.The main aspect of success for such a system is the _magic_ behind the scenes
that no customer sees. The users just see the electric scooter as the product and
want to be able to ride one on demand by the push of a button.
The ease of use for the customers and their satisfaction are the main facets
to be considered by the provider of such a service.Oftentimes, this involves two foundational web-based components: A front-end and a back-end.
On the one hand, the front-end provides the user interface of
the product – the façade of the whole.
It is the component the customer interacts with but more importantly it is
what the users identify the product with.
On the other hand, the back-end is the brain of the software product,
it dictates what the front-end should do.
Meanwhile, it does not determine what it looks like.
If the front-end is unusable, the back-end will never be able to fix that as the
front-end becomes the mental representation of the whole product for the customers.
If the back-end behaves sluggish or is prone to errors, the front-end will not
be able to save much by the same token. In the end, both form a synergy with each other.This thesis exhibits the back-end of such an application while focussing
on the system and software architecture of it.
This includes the functionalities that are mandatory and the question on
how the product will come together – from ideas and drafts to written source code.## Download
You can download the full thesis from [GitHub](https://github.com/loehnertz/bachelor-thesis/releases/download/v1.0/Bachelor-Thesis_Jakob-Loehnertz.pdf)!