xkcm solutions

developing software out of this world

xkcm solutions

My projects

< Go back to projects

Shell Execution Service

Repository: https://github.com/xkcm/web-execute

Status: Finished

About the project

Simple web server running on NodeJS with ExpressJS library. API exposes one endpoint which executes the command from the payload and returns the response.

Repository also contains frontend branch which includes a simple SPA

Techstack

Front-end:

  • Vue SPA

Back-end:

  • JavaScript with NodeJS runtime
  • ExpressJS for handling HTTP requests and API routing

Database:

  • MongoDB for persistance of the commands

Testing:

  • Jest