bazmurphy / immersive-go-course

An immersive, introductory course to backend software engineering using go.
https://systems.codeyourfuture.io/
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Sprint 1 - Projects - Servers & Databases #30

Open bazmurphy opened 7 months ago

bazmurphy commented 7 months ago

Timebox: 6 days

In this project, we will build another server. This one will have a simple API that serves data in JSON form. We will them convert the backend to read from a Postgres database, serving data for the API. We will then turn off the database and learn how to handle errors correctly.

https://systems.codeyourfuture.io/projects/multiple-servers/