Skip to content

gopherwiz/token_transaction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Token Transaction

This is a Go REST API service that manages users, sessions and blockchain-write-transaction entries on a Postgres DB.

Note:

Make sure to add a valid app.env file (refer app.env.example).

Make sure you have go, docker and golang-migrate (https://github.com/golang-migrate) on your system.

Get dependent go modules:

go mod tidy

Run dockerized postgres service:

make postgres

Create DB in postgres:

make createdb

Run migration to create tables in db:

make migrateup

Run tests:

make test

Run server:

make server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published