AHeimberger / web_assignment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Assignment

application

  • start vscode
  • shortcut ctrl+shift+p
  • execute Dev Containers: Rebuild Container
  • in vscode terminal execute
    • ./scripts/build_service.sh
    • ./scripts/get_files.sh
    • ./scripts/run_server.sh
  • browse to: http://localhost:3000/

Architecture

architecture

  • index.php - starting point for the application
  • js/app.js - jquery async get/post request listening to button clicks
  • rest/routing_table.php - rest_api to start operations
  • controller/routing_table.php - implementation to call linux service
  • service - implementation of a service which provides the routing_table entries
  • table.entries - storage to store entries

Resources

About


Languages

Language:Rust 32.9%Language:PHP 23.4%Language:JavaScript 14.6%Language:Shell 14.0%Language:Hack 12.7%Language:Dockerfile 2.4%