Giter VIP home page Giter VIP logo

fursa_final_project's Introduction

Fursa Final Project ( Currency converter )

About

Calculate live currency and foreign exchange rates with this free currency converter. You can convert currencies and precious metals with this currency calculator.

  • Usage

  • How to Run

    1. via Terraform (Run on AWS) Terraform apply -auto-approve

      using this command will start an EC2 instanse and run all system (Currency converter )

      you can access the website using the ip of the ec2 and the port 81

      Terraform destroy -auto-approve

      will remove and clean everything

    2. via Docker sudo docker-compose -f docker-compose.yaml up

      using this command will start 3 containers :

      1. mysql
      2. backend
      3. frontend

      you access the system using this link : http://localhost:81/

    3. via Kubernetes (k8s) kubelet apply -f ./k8s

      1. backend-deployment.yaml
      2. frontend-deployment.yaml
      3. mysql-deployment.yaml
    4. Jenkins

      pipeline {

       agent any
      
           stages {
      
               stage('Build') {
      
                   steps {
      
                       sh 'git clone https://github.com/shadifadila2018/fursa_final_project.git || exit 0'
      
                       sh 'sudo docker-compose -f ./fursa_final_project/docker-compose.yaml up'
      
                       }
      
               }
      
           }
      

      }

  • Micro-Services architicture :

    • Diagram :

    GitHub Logo

    • FrontEnd :

      Flask-API Communicate with backend over port : 5000

    • BackEnd :

      Flask-API Communicate with mysql over port : 3306

    • MySQL :

      • user : root
      • password: root
      • db-name : mydb

fursa_final_project's People

Contributors

kubeget-repo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.