Build Microservices with AWS
The Website
This HTML & Javascript website is part of two online courses called "Build Microservices with .NET and Amazon Web Services" and "Master Event-Driven Microservices with Python and AWS"
The purpose of this website is to act as the front-end for a microservices-based Hotel Booking system developed during the courses mentioned above. This straightforward website is designed with HTML, CSS and JavaScript. It takes the complexity of using a more sophisticated Javascript framework such as React or Angular away and lets students focus on learning Microservices and their development in AWS.
The course explains how a microservices-based system is developed and what relevant design patterns are applied in scenarios.
View the complete courses here:
"Build Microservices with .NET and Amazon Web Services" "Master Event-Driven Microservices with Python and AWS"
Usage
- Clone the repository on a local folder.
- Open the folder in Visual Studio Code.
- Search for "" and replace it with the actual URL of the APIs you build.
You will need a web server like Internet Information Service (IIS) in Windows or Apache Tomcat on Mac/Linux. Alternatively, you can use "Web Server Extension on Google Chrome"