An application about the Bank. Deposit - Withdraw - Transfer money between users. (mocked user) build with Nextjs, nodejs, MongoDB, TailwindCSS
cd back-end
node scripts/mockUser.js
In Linux or WSL easily just run ./start.sh
it will split 2 terminal in tmux and running backend and frontend process
./start.sh
or use ./start.sh
in scripts directory of both back-end or front-end
front-end
run yarn dev
backend-end
docker run -p 27021:27021 -d --name mongodb mongo
yarn dev