This is a Go project that serves as a demonstration of best practices and architecture for webdev. It uses environment variables for configuration, checks for errors diligently, and structures the code for clear separation of concerns.
- Install Go (version 1.16 or later)
- Clone this repository
- Set your environment variables in a
.env
file in the root of the project. You will need to setTMDB_API_KEY
.
To run the project, use the following command:
go run .