Skip to content

surajmandalcell/realtime-chat-full-stack

Repository files navigation

Full-Stack Chat App with Flask and Firebase

Application Programming

Topic: Flask + React application that will use Firebase as a backend

Project Members

  • Suraj Mandal
  • Vedavyas M.

Tasks

  • Create a Flask application
  • Create a Firebase project
  • Create auth ui
  • Create messaging ui
  • Connect it with flask

Virtualization

Topic: Flask + React application that will run on Kubernetes hosted on gcp

Project Members

  • Suraj Mandal
  • Vedavyas M.
  • Harsh Arvindbhai Tejani

Tasks

  • 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

Getting Started

For local Development

brew install poetry
poetry shell
poetry install

For docker

docker-compose up

For kubernetes

make build
make push
make deploy

About

This is the final course project of application programming.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors