Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 804 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 804 Bytes

Simple User Auth API built with Go and the Serverless framework

Reference the serverless.yml file in the root of the project. This is the main file used for deploying the serverless application.

Install Go

Install Serverless

Setup

$ git clone [email protected]:ahummel25/user-auth-api.git
$ cd user-auth-api
$ go mod install
$ go mod tidy

Development

$ go run server.go

connect to http://localhost:8080/graphiql for GraphQL playground

Test

$ go test ./...

Build/Deploy (Must have AWS credentials configured)

$ make deploy

License

MIT © Andrew Hummel