Skip to content

HamzaEssahbaoui/go-project-architecture-for-webdev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages