Skip to content

Ankk98/TODOListPython

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODOListPython

Flask, React, MySQL

Setting up without Docker and Kubernetes

  1. Create DB flaskpy in MySQL
  2. Access to DB on pysql by user: root with password: password
  3. Restore tables and data from dump file tasks.sql
  4. Make sure you have all python modules from requirements.txt
  5. Run command: $ python ./src/main.py

Setup all ports and IP addresses according to situation.

Starting a cluster to run the orchestrated application:

  1. Setup frontend, backend, db
  2. Build docker images for frontend and backend
  3. Make kubernetes deployments for frontend, backend and db
  4. Create services to discover and load balance

About

Todo Application with dockerfile and kubernetes script.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.7%
  • HTML 19.4%
  • Python 13.9%
  • CSS 4.0%