Skip to content

dpointeck/greenlight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golang movies webapi

this small project is my follow allong with the book Let's go further from Alex Edwards

Setup

Make sure you have go 1.16 installed with

go version

For livereload the too air is used, so make sure to install this on your development machine and also make sure the GOPATH is added to your PATH variable

# binary will be $(go env GOPATH)/bin/air
curl -sSfL https://raw.githubusercontent.com/cosmtrek/air/master/install.sh | sh -s -- -b $(go env GOPATH)/bin

Start the development server

Starting the dev server in development mode is simple just type the following command into your terminal

make dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages