Skip to content

swetank01/open-microapp

Repository files navigation

Open MicroApp

  • creating a simple microservices-based application using Python for the backend and React for the frontend.
  • This application will consist of two microservices: one for handling user data and another for managing tasks.
  • We'll use Flask, a Python web framework, for the backend microservices and React for the frontend.

Prerequisites:

  • Basic understanding of Python and JavaScript.
  • Python and Node.js installed on your system.
  • Familiarity with RESTful APIs.