Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremycook123 committed Oct 23, 2020
1 parent 3865833 commit 0be45a2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ Interested in microservices, and how they can be used for increased agility and

Microservices is an architectural style and pattern that structures an application as a collection of coherent services. Each service is highly maintainable, testable, loosely coupled, independently deployable, and precisely focused.

This course takes a hands-on look at microservices using Python, Flask, and Docker. You'll learn how Flask can be used to quickly prototype and build microservices, as well as how to use Docker to host and deploy them.
This [course](https://cloudacademy.com/course/mastering-microservices-with-python-flask-docker-1118) takes a hands-on look at microservices using Python, Flask, and Docker. You'll learn how Flask can be used to quickly prototype and build microservices, as well as how to use Docker to host and deploy them.

:metal:

## Project Structure
The Python Flask based microservices project is composed of the following 4 projects:
* frontend
* order-service
* product-service
* user-service
* [frontend](https://github.com/cloudacademy/python-flask-microservices/tree/master/frontend)
* [user-service](https://github.com/cloudacademy/python-flask-microservices/tree/master/user-service)
* [product-service](https://github.com/cloudacademy/python-flask-microservices/tree/master/product-service)
* [order-service](https://github.com/cloudacademy/python-flask-microservices/tree/master/order-service)

## Microservices Setup and Configuration
To launch the end-to-end microservices application perform the following:
Expand Down

0 comments on commit 0be45a2

Please sign in to comment.