Skip to content

Modern web development using Go, gRPC, Vue.js, PostgreSQL and Docker

Notifications You must be signed in to change notification settings

jace-ys/super-smash-heroes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

service.web-badge service.battle-badge service.superhero-badge test.integration-badge

Super Smash Heroes

Modern web development using Go, gRPC, Vue.js, PostgreSQL and Docker - a full-stack web application inspired by Super Smash Bros, mainly for learning purposes.

Setup

To spin up the services:

Managing Superheroes

Adding new superheroes from the registry:

curl -d '{"fullName": "Oliver Queen", "alterEgo": "Green Arrow"}' -H "Content-Type: application/json" -X POST http://localhost/api/superheroes

Deleting superheroes:

curl -X DELETE http://localhost/api/superheroes/{id}

About

Modern web development using Go, gRPC, Vue.js, PostgreSQL and Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published