- For Local Setup, See Blockchain Setup (Local)
- For Cloud Setup, See Blockchain Setup (Cloud)
- We need nvm for multiple version of node
- To install NVM follow: https://github.com/nvm-sh/nvm#install--update-script
- Server is compatible with node v8.9.0
- Client is compatible with node v12.21.0
nvm install 8.9.0
nvm use 8.9.0
cd backend/
npm install ** can be ran once on initial clone (unless dependencies have been updated)
npm start
nvm install 12.21.0
nvm use 12.21.0
cd frontend/
npm install ** can be ran once on initial clone (unless dependencies have been updated)
ng serve