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.
$ git clone [email protected]:ahummel25/user-auth-api.git
$ cd user-auth-api
$ go mod install
$ go mod tidy
$ go run server.go
connect to http://localhost:8080/graphiql for GraphQL playground
$ go test ./...
$ make deploy
MIT © Andrew Hummel