Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.71 KB

README.md

File metadata and controls

54 lines (36 loc) · 1.71 KB

BeeKey

Introduction

This is the project of BeeKey application from BTree team. This product is owned by the team while learning Introduction to Software Engineering course in HCMUS. In this project, we build a freelancer application on the Android platform using Raspberry Pi as a back-end server.

Demonstration

Figma UI demo: Beekey - prototype

Application demo: Beekey - app demo

Source code exploration

The repository contains 3 main folders:

  • Document
  • Source code
  • Submissions

Inside the source code, there are two main structures:

  • Backend server
  • Android application

Android application

The android application is built in Kotlin language following the N-layer model You can see the architecture from documents

Server side

The server running on Raspberry Pi as a NodeJS server which connects to MariaDB

Contributors

The project is owned by the BeeKey team members, including:

License

MIT