Skip to content

chesterchia/SwiftBank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is built on top of https://github.com/skirupa/Bank-Management-System

AWS Cloud Architecture

Cloud Architecture

Getting Started

Follow the following steps to run locally.

  1. Client

    npm start
    

    Run the code below and upload files in the resulting build folder in S3 bucket.

    npm run build
    
  2. Server

    node app.js
    

Redis Set Up

docker pull redis:alpine
docker run -it -p 6379:6379 -d --name redis-server redis:alpine

Download RedisInsight and test connection.

Configuration for Lambda in Notification pipeline

https://github.com/xuanli286/notification-function.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors