web-service

command module
v0.0.0-...-9fe990d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 3, 2020 License: MIT Imports: 5 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL