Topic: Flask + React application that will use Firebase as a backend
- Suraj Mandal
- Vedavyas M.
- Create a Flask application
- Create a Firebase project
- Create auth ui
- Create messaging ui
- Connect it with flask
Topic: Flask + React application that will run on Kubernetes hosted on gcp
- Suraj Mandal
- Vedavyas M.
- Harsh Arvindbhai Tejani
- Create a Dockerfile
- Create a docker-compose.yml file
- Create a Makefile
- Create docker image and push to docker hub
- Create kubernetes deployment and service files
- Make the application deployable on kubernetes
- Create a github action to deploy the application on kubernetes
- Successfully deploy the application on google kubernetes engine
For local Development
brew install poetry
poetry shell
poetry install
For docker
docker-compose up
For kubernetes
make build
make push
make deploy