Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 750 Bytes

File metadata and controls

22 lines (13 loc) · 750 Bytes

microservices-and-serverless-101

I am undertaking a course on micro-services and serverless computing on edX to understand the principles and concepts related to this domain.

Practical Challenge 1: A Simple RESTful Web Application

Inroduction

Welcome to this Simple RESTful Web Application! This application allows you to retrieve a list of products using a REST API endpoint. In this documentation, we will walk you through the steps to run the products Python artifact on a local Flask server.

Prerequisites

Make sure you have the following installed on your development environment:

Python 3
Flask

Setup

  1. Clone this repository:
git clone https://github.com/Parsaloi/microservices-and-serverless-101.git