NoteMarket is a project work for the Cloud Computing course, consisting in a Web Application with a Telegram Bot companion, based on Microsoft Azure Cloud services.
To launch the installation script and correctly deploy all resources the Azure CLI must be installed.
It's necessary to configure some cloud services by hand, due to the lack of support from the Azure CLI. More information can be found into the Telegram Bot readme.
In order to simplify the installation process and grant portability, it's been created an install bash script. Moreover, the steps for the instantiation of cloud resources have been reduced to the minimum.
Just make a copy of our repository...
git clone https://github.com/antonio-cirillo/NoteMarket.git
...and launch the script from the terminal!
chmod +x ./install.sh
./install.sh