Lunch Money is an educational project where the main goal is to keep practicing with Vue, learn AdonisJS and make a PWA app using JWT tokens for the authentication part.
Vue CLI
Adonis CLI
MongoDB
cd client
npm install
cd client
npm run serve
cd client
npm run build
cd server
npm install
cp .env.example .env
adonis migration:run
cd server
adonis serve --dev