rynhndrcksn / greenlight

Repository for coding along with the Let's Go Further book by Alex Edwards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Greenlight

Project built while following along with Let's Go Further by Alex Edwards.

Project Layout

Bin

Contains compiled application binaries, ready for deployment to a production server.

Cmd

Contains application specific code. This will include the code for running the server, reading and writing HTTP requests, and managing authentication.

Internal

Contains various ancillary packages used by our API. Contains code for interacting with the database, doing data validation, sending emails, etc.

Migrations

Contains the SQL migrations files for our database.

Remote

Contains the configurations files and setup scripts for the production server.

About

Repository for coding along with the Let's Go Further book by Alex Edwards


Languages

Language:Go 97.2%Language:Makefile 2.8%