Skip to content

An AdonisJS PWA with Vue and TailwindCSS to manage your lunch money!

License

Notifications You must be signed in to change notification settings

ValentinForks/LunchMoney

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lunch Money iPhone Mockup

About Lunch Money

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.


Global dependencies

Vue CLI
Adonis CLI
MongoDB

Project setup

Client

cd client
npm install

Compiles and hot-reloads for development

cd client
npm run serve

Compiles and minifies for production

cd client
npm run build

Server

cd server
npm install
cp .env.example .env
adonis migration:run

Run Adonis dev server

cd server
adonis serve --dev

About

An AdonisJS PWA with Vue and TailwindCSS to manage your lunch money!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 61.6%
  • JavaScript 37.5%
  • Other 0.9%