Skip to content

A Golang + NextJS application running on Kubernetes

Notifications You must be signed in to change notification settings

thiduzz/vinyl-catalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vinyl Catalog

This repository is part of a series of posts that are going to be published in www.thizaom.com. The main goal of this series is to enable the setup of a Golang Vinyl catalogs application running within a Kubernetes Cluster that interacts with a database. This repository will be tagged for each part of the series (ie. Pt1 is tag 1.0.0, Pt2 is tag 2.0.0 and so on).

Run Locally

Clone the project

  git clone git@github.com:thiduzz/vinyl-catalog.git

Go to the project directory

  cd vinyl-catalog

Start Golang server

  go run services/api/cmd/vinyl_catalog/main.go

Start NextJS server

  go run services/api/cmd/vinyl_catalog/main.go

Authors

License

MIT