Skip to content

dot-slash-ann/home-services-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 

Repository files navigation

home-services-api

A RESTful API for managing home services build using Go and the Gin framework.

features

  • keep track of monetary transactions
  • categorize transactions
  • tag transactions

Prerequisites

  • Go 1.23+
  • PostgresSQL

Installation

  1. clone the repo:
git clone https://github.com/dot-slash-ann/home-services-api

cd home-services-api
  1. install dependencies
go mod download
  1. install CompileDaemon
go install github.com/githubnemo/CompileDaemon
  1. run tests
go test ./...
  1. Configure environment variables for your database setup

  2. run the app

CompileDaemon -command="./home-services-api"

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages