The application is created to plan travel plans. The User can see created travel plans, update them, create new ones. The Admin can work in User mode, or in Admin Mode, where he has access to all users travel plans. Admin can also edit the existing travel plans, but as admin has no opportunity to create plan for another user.
- vuetify (https://vuetifyjs.com/en/components/grids/)
- axios (https://github.com/axios/axios)
- vue-msal (https://www.npmjs.com/package/vue-msal)
npm install
npm run serve
npm run build
npm run lint