SirKrlos / cbdc

A prototype of central bank digital currency (CBDC)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Central Bank Digital Currency

Instructions

  1. Clone it
  2. Run npm install in the root folder
  3. cd into the /client directory
  4. Run npm install
  5. cd out of there using cd .. and then cd into the /server directory
  6. Run npm install

To run tests, cd server and then do npm run test

To deploy both front-end and back-end with hot reloading, use npm run dev in the root directory.

To deploy front-end, cd client and do npm run start

To deploy back-end, cd server and do npm run dev

About

A prototype of central bank digital currency (CBDC)


Languages

Language:JavaScript 96.5%Language:HTML 3.5%