Skip to content
Meeraj Kanaparthi edited this page Jul 10, 2021 · 1 revision

Docker for end to end (React + Mongo + Python)

I came across a challenge to create end to end application that has React as frontend, mongo as DB and Flask (Python 3.6) as Full stack.

Following are the steps:

  • Create Mongo as a server (In Docker-compose)
  • Create React Application (Using Dockerfile)
  • Create Flask (Python 3.6) as backend Service (Using Dockerfile)
  • Club all services in Docker-compose
  • Production Ready Docker Configuration

Clone this wiki locally