Skip to content

Banking REST API - GoLang / Postgres / Docker

Notifications You must be signed in to change notification settings

Kezanwar/bank-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bank API

A learner project for me, building a small REST API with JWT authentication, the ability to CRUD a bank account and make transfers using GoLang / Postgres / Docker.

Initial Setup

Create .env in root using this example

DB_USER=example
DB_NAME=example
DB_PASSWORD=example

Setup a Postgres Database using Docker

docker run --name <DB_NAME> -e POSTGRES_PASSWORD=<DB_PASSWORD> -p :<PORT_DOCKER>:<PORT_LOCAL>  -d postgres

Amend Makefile to reflect chosen DB_NAME

Build / Dev

About

Banking REST API - GoLang / Postgres / Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published