/book-store

This repository contains a web application for a bookstore using database, flask and kubernetes.

Primary LanguagePython

Book Store

Under Construction

The scope of the project is a bookstore. It was created to train the integration between a web application, database connection and service delivery in VNF.

Architecture

Technologies used

Web application

  • Flask
  • MySQL Connector Lib
  • HTML
  • CSS

Database

  • MySQL

Infra

  • Docker
  • Kubernetes

Prerequisites

  • Install docker
  • Install kubernetes
  • Install minikube

Installation

git clone https://github.com/LiviaKarolayne/book_store.git
cd book_store/
./util/init.sh

Access Book Store App

kubectl get nodes -o wide
curl <IP Address>:30500

⚠️ Security vulnerabilities have not yet been addressed