kowshik-sundararajan / projectwallet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Wallet ๐Ÿ‘›

Project Wallet is a multi-currency wallet that allows users to perform actions such as topup, currency conversion and money transfer.

Tech stack ๐Ÿ”จ

  • React: client
  • Express: server
  • Docker

Requirements ๐Ÿ’ป

  • Docker
  • Node

Starting the project ๐Ÿƒ

  • Install docker-compose npm i -g docker-compose
  • cd /project-wallet
  • docker-compose build
  • docker-compose up

Alternatively, if you want to run the UI, backend and mock-data-server serparately, you can cd into each directory and run:

  • yarn start for the UI
  • npm start for the backend and the mock-data-server

About


Languages

Language:JavaScript 88.1%Language:HTML 5.0%Language:Dockerfile 4.6%Language:CSS 2.3%