Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 455 Bytes

Readme.md

File metadata and controls

51 lines (28 loc) · 455 Bytes

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