Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 859 Bytes

README.md

File metadata and controls

51 lines (32 loc) · 859 Bytes

DesignSphere Backend

Backend server for DesignSphere written in Go. Handles storing and deployment for application infrastructure resources.

Build & Run

Docker Container

Toolchain

  • Require Docker
  • Install Docker from here

Run the following script to build and run the server in the container.

./docker_run.sh start

Run the following script to stop the server container or you can do it manually.

./docker_run.sh stop

Locally

Toolchain

  • Require Go toolchain
  • Install Go from here

Run the following script to build the server.

./app_build.sh

Run the following script to run the server.

./app_run.sh

Application will be up at http://localhost:8080/app