Digital Wallet Full Stack NodeJS and React application
Run the following commands in the terminal in the /backend folder
npm install
adonis migration:run
adonis seed (If you want to create some users)
adonis serve --dev
Run the following commands in the terminal in the /frontend folder
yarn install
yarn start
A demo is available online at: https://ekki-frontend.herokuapp.com/