Skip to content

nmbr7/PlainServer

 
 

Repository files navigation

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


About

DesignSphere Backend server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%