Skip to content

Backend Code for Expense trackers, Written in Gin Framework 🍸

Notifications You must be signed in to change notification settings

Veeresh-R-G/expense_tracker_be

Repository files navigation

Project backend

The repository contains the backend code for Expensify

Finished Tasks

  • Finished Implementing the Bearer Token method of JWT ✅
  • Current Implementation is Using the concept of bearer token, can also implement it using cookie setting

To Do

  • Integrate this method of Access on the frontend
  • FrontEnd home page (Keep it Simple)
  • Protect the APIs using this

MakeFile

run all make commands with clean tests

make all build

build the application

make build

run the application

make run

Create DB container

make docker-run

Shutdown DB container

make docker-down

live reload the application

make watch

run the test suite

make test

clean up binary from the last build

make clean

Resources | Referred

About

Backend Code for Expense trackers, Written in Gin Framework 🍸

Resources

Stars

Watchers

Forks

Releases

No releases published