Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

expenseTrack

A personal expense tracker written in Go. Track your own expenses and split them with friends using groups.

Requirements

  • Go 1.25+
  • Air (for hot reload, optional)

Setup

git clone https://github.com/nirupam52/expenseTrack
cd expenseTrack
go mod download

Run

Standard:

go run .

With hot reload (Air):

go run scripts/dev.go

The server starts on port 41605 by default. Set the APP_PORT environment variable to change it.

Verify the setup

curl http://localhost:41605/ping

Expected response:

{"success":true,"data":"we good bro :)"}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages