Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avijeetpandey/expense-backend
A go based expense management server written using GIN
https://github.com/avijeetpandey/expense-backend
gin golang rest-api tracker
Last synced: 1 day ago
JSON representation
A go based expense management server written using GIN
- Host: GitHub
- URL: https://github.com/avijeetpandey/expense-backend
- Owner: avijeetpandey
- Created: 2024-05-12T17:03:19.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-16T18:53:18.000Z (8 months ago)
- Last Synced: 2024-11-25T08:34:05.769Z (2 months ago)
- Topics: gin, golang, rest-api, tracker
- Language: Go
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## expense-backend :tada: :rocket:
A backend server for the implementation of an expense tracker application using `Gin`## List of tools used
- `sqlc`
- `postgres`
- `gin`
- `go migrate`This repository contains an api server implemented to manage expenses throghout like,
- `AddExpense` - adds an expense to the database from api
- `DeleteExpense` - deletes the expense from the database from the api
- `GetExpense` - fetches the expense from the database from the api## Commands used for the server
- `make server` - runs the server if properly configuredAll the list of commands are there in `MakeFile`