Skip to content

mahendrarathore1742/Bank-Service-Rest-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bank Service Rest API with JWT

Step 1

INSTALL Docker

Step 2

pull postgres container:-

docker pull postgres

Step 3

Run this command

docker run --name {dbName} -e POSTGRES_PASSWORD={pass} -d postgres


dbName = you can define
pass  = you can define

command

Step 4


start telnet localhost 5432

command

Step 5


make  


command

Step 6


make run    

About

Bank service Rest API in golsng with JWT authorised signatory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published