-
Notifications
You must be signed in to change notification settings - Fork 0
Home
This GitHub Wiki describes all important elements of our AMOS Project 2021.
We work on a mobile application for a bike storage system. This system can be placed in cities and consists of a Bikenest Cage and Bikespots in which customers can place their bikes. The goal of our project is a working prototype including the frontend application that is used to book a bikespot and access the Bikenest, the backend system that handles all of the data storing/access for the frontend and communicates with the Bikenest hardware, and a server running on a Raspberry Pi that will handle the serial RS232 connection to the actual hardware functionalities.
This documentation will describe the system (focusing on documentation for developers) and the user (focusing on documentation for endusers and system administrators). It consists of the following chapters (see also table of contents on the right):
In the user documentation you will find information about the general app handling.
Here you will find information about how to build the Frontend and Backend and as soon as available also deployment instructions.
- Backend Instructions in README.md.
- Frontend Instructions in README.md.
- Raspi Instructions in README.md
To get a quick overview of the entire system architecture, take a look at this interactive C4 architecture. You can navigate back and forth in the architecture by clicking on the individual system components.
The detailed technical documentation can be found on the separate wiki-page.