Skip to content

an application about the Bank. Deposit - Withdraw - Transfer money between users. (mock user) build with Nextjs, nodejs, MongoDB, TailwindCSS

Notifications You must be signed in to change notification settings

karnzx/next-bank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

next-bank

An application about the Bank. Deposit - Withdraw - Transfer money between users. (mocked user) build with Nextjs, nodejs, MongoDB, TailwindCSS

There is not register feature here. use mocked user from script instead.

mocked user

cd back-end
node scripts/mockUser.js

development

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

otherwise

front-end

  • run yarn dev

backend-end

  • docker run -p 27021:27021 -d --name mongodb mongo
  • yarn dev
preview.mp4

About

an application about the Bank. Deposit - Withdraw - Transfer money between users. (mock user) build with Nextjs, nodejs, MongoDB, TailwindCSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages