Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.
/ web-service Public archive

The backend server for Expense Ledger application

License

Notifications You must be signed in to change notification settings

expenseledger/web-service

Repository files navigation

Expense Ledger Web Service

The backend server for Expense Ledger application. It was developed originally to solve the pain of the lack of good-enough expense tracking applications.

Prerequisites

Running

  1. Start the containers
docker-compose up -d

This will start a PostgreSQL container and mount the data in ./pgdata/ directory. It also start pgadmin4 container, just in case you need a client to manage the database.

  1. Initial the database
# this will be added later
# for now, just create a database named `expense_ledger_web_service`
  1. Copy and edit .env file
cp .env.sample .env
vim .env # edit the .env file
  1. Run the main process
go run main.go

About

The backend server for Expense Ledger application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages