Create an API - Project Setup

go dev.to

In this new series we will be creating an API written in go, using a framework like Chi, connecting to a PostgreSQL, and have it deployed to a site like Railway. The project will be hosted in GitHub Requirements In order to follow this tutorial, we will need to have the following installed: The Go programing language, you can do this by following the instructions in the Go website The PostgreSQL database, to install just follow the instructions in the PostgreSQL website Git and

Read Full Tutorial open_in_new
arrow_back Back to Tutorials