Skip to content

numoonchld/personal-wallet-app

Repository files navigation

Personal Wallet App - Assignment

Tech Stack - PERN

  • PostgreSQL:
    • database
  • NodeJS:
    • server
  • ExpressJS:
    • backend framework
  • ReactJS:
    • front end library
  • Bootstrap 4:
    • front end library
  • Docker:
    • containerization

Steps to Run App

  • Download and Install Docker Desktop (if you don't have it already)

  • Open the project root folder in terminal

  • Execute docker-compose up --build in the terminal

  • After Database, Server and Client containers have spun up in the terminal, visit http://localhost:3500 for the app front-end