Skip to content

Instantly share code, notes, and snippets.

View cyrrill's full-sized avatar
🛸

Cyril Graze cyrrill

🛸
View GitHub Profile
#! /bin/bash
if [ -x "$(command -v redis-cli)" ]; then
exit 0
fi
curl -fsSL https://packages.redis.io/gpg | sudo gpg --dearmor -o /usr/share/keyrings/redis-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/redis-archive-keyring.gpg] https://packages.redis.io/deb $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/redis.list
sudo apt-get update
sudo apt-get install redis-stack-server

Project Title: Bad Bank

Description/Motivation: This is banking application example for learning MERN programming

Installation Guidelines: git clone this repo

Technology used: HTML, JS, React, Node.js, MongoDB

Features: You can register, login, deposit, withdraw, and see all data