module
0.0.0-20250204014939-f4c178b9ac71
Repository: https://github.com/ahummel25/user-auth-api.git
Documentation: pkg.go.dev
# README
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
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author