Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

crystal-ball/go-service-prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go service prototype

Running

Live reload is setup with modd, install with Homebrew:

brew install modd

Then run the service with modd from the repo root:

modd

The service will automatically restart on changes.

Routes

  • GET /healthcheck
  • GET /user/account (get account if authenticated)
  • POST /user/account (create a new account)
  • POST /auth/signin
  • POST /auth/signout
  • GET /projects
  • GET /projects/{projectID}
  • POST /projects/{projectID}
  • PUT /projects/{projectID}
  • DELETE /projects/{projectID}

About

🔮 Go service prototype

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages