Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 606 Bytes

File metadata and controls

19 lines (11 loc) · 606 Bytes

go-project-architecture for webdev

Introduction

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.

Setup

  1. Install Go (version 1.16 or later)
  2. Clone this repository
  3. Set your environment variables in a .env file in the root of the project. You will need to set TMDB_API_KEY.

Running the Project

To run the project, use the following command:

go run .