Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 configured

All the list of commands are there in `MakeFile`