Skip to content

This repo contains simple bank transaction model for ABC Bank

License

Notifications You must be signed in to change notification settings

murshidazher/foysonis-abc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

abc-bank

ABC Bank & Co.

A simple bank transaction example.

abc-bank-gif

Technology Stack

  • React - is a JavaScript library for building User Interfaces.
  • 💎 Sketch - Sketch is a digital design toolkit for prototyping.
  • 💼 Postgresql - Postgresql for Relational Database.
  • 🔐 Redis - Redis for sessions.
  • 📦 Docker - Docker for containers.

Instructions

Step by Step Instructions:

Task Description
clone Run git clone https://github.com/murshidazher/foysonis-abc.git
change directory Change directory cd [path] to the clone dicrectory
install Run npm install
change directory Go to server cd server.
build container Run docker build -t abc-container .
run container Run docker-compose up --build .
change directory Go to client cd client in another session
To stop docker container Run docker-compose down

Credentials

Seeded credentials :

Type Credentials
admin email admin@test.com — password admin
officer email test@test.com — password test
user email belle@gmail.com — password belle

API Endpoints

A list of backend API's endpoints :

https://gist.github.com/murshidazher/f4eff2d7c0e5b6eefcc2e5989bc11fab

Creators

Murshid Azher