mirror of
https://github.com/supleed2/ELEC60013-ES-CW1.git
synced 2024-11-10 01:35:50 +00:00
Add overall project readme.md
This commit is contained in:
parent
ad8955abf2
commit
b08f35aa11
17
readme.md
Normal file
17
readme.md
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# ELEC60013 Embedded Systems: Coursework 1
|
||||||
|
|
||||||
|
## Project name: Barkr
|
||||||
|
|
||||||
|
## Repository Sections
|
||||||
|
|
||||||
|
- [App](./App/): The user app, built in Flutter
|
||||||
|
- [DataPuller](./DataPuller/): Data fetching script to pull data from cloud sources and forward to our backend, eg. AirTags DB or an MQTT broker
|
||||||
|
- [RPi](./RPi/): Program to run on the IOT device itself, collects pet information for the app and acts as a bluetooth beacon
|
||||||
|
- [Server](./Server/): Backend for interacting with the Firebase API and provides user signup abilities
|
||||||
|
- [Website](./Website/): Static marketting website built using Hugo, live at <https://barkr.8bitsqu.id/>
|
||||||
|
|
||||||
|
## Contributors
|
||||||
|
|
||||||
|
- [Aadi](https://github.com/supleed2/)
|
||||||
|
- [Benjamin](https://github.com/bo3z/)
|
||||||
|
- [Kacper](https://github.com/kmn219/)
|
Loading…
Reference in a new issue