-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Meeraj Kanaparthi edited this page Jul 10, 2021
·
1 revision
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