Skip to content

Simple fullstack application to maintain Go release history in visual notes.

Notifications You must be signed in to change notification settings

ganeshdipdumbare/gorelease

Repository files navigation

gorelease

Simple fullstack application using sveltekit in the FE and Golang in the BE to maintain visual history of Golang releases.

Description

The application runs on Deta Space cloud platform. The FE send the BE request with code to run and BE Golang server then pass the request to Golang Playground and gets the response for the code and returns it to the FE. FE then displays the output of the program.

Running locally

Make sure that you have already installed The space CLI from Deta Space

# Run locally
space dev

Topics covered

  • To show how to use sveltekit with Golang Backend server.
  • Allow to run the code directly from the browser.
  • Deployment of fullstack application on Deta Space.

About

Simple fullstack application to maintain Go release history in visual notes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published