Skip to content

falbech/go-rest

Repository files navigation

Experimental REST API written in Go

Setting up the backend

  1. To set up the infrastructure run docker-compose up -d
  2. Start the api application through go run main.go
  3. Using the "rest-client" extension in vscode, it is possible to test the APIs through the rest-client.http file

Setting up the frontend

  1. Enter the frontend-react-personalities folder and run npm i to install the project dependencies
  2. Once completed, run npm start to bootstrap the frontend application
  3. Go to your http://localhost:3000 to acess the app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published