Skip to content

gosquash/api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoSquash API

This is the API for GoSquash.

Developing

All you need is Go, a Postgres database and the repository.

Enter your database connection details in the .env file and start the API with go run cmd/api/main.go and then happy coding!