Skip to content

djkonro/transaction-tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transaction App

Transaction app is a transaction generation and display application. It provides a RestApi and web application user interface for displaying and interacting with transactions. Implemented with Golang and MongoDB due to their ability to easily scale in a distributed system.

Installing and Running

Using docker

After installing docker and docker-compose

$ cd transaction
$ docker-compose build
$ docker-compose up

Run

Open url in browser http://localhost:3000/

Testing

$ docker exec -it webapi bash
$ go test

Author

Konrad Djimeli

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published