Skip to content

๐Ÿ›’ E-commerce based on Microservices Architecture.

Notifications You must be signed in to change notification settings

antonio-cirillo/NoteMarket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

NoteMarket

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.

Architecture

NoteMarket Architecture

Dependencies

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.

Installation

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