This app was created as part of Plovidiv University education course.
Student: Кирило Неделев #1601321015
Checkout this app running on firebase.
Or you can run it locally by running
# build client
cd client
npm install
npm run build
# run server
cd ../functions
npm install
npm run serve