Skip to content

Testing a Golang backend with SvelteKit frontend

Notifications You must be signed in to change notification settings

EddTally/SvelteGo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SvelteGo

Testing a Golang backend with SvelteKit frontend

To get it up and working:

In a terminal run this to get the gin server started

cd web-service-gin
go mod tidy
go run .

In a seperate terminal run this to start the website

cd sveltekit
npm install
npm run dev

You'll need a postgres database and to set the environment variables in a .env file in web-service-gin.

Current problem:

  • None!

About

Testing a Golang backend with SvelteKit frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published