A management system for travel permits. An employee will create a travel request,Supervisor will approve it.Director can create departments.
- [VueJs] - HTML enhanced for web apps!
- [Vetur VSCode] - awesome web-based text editor
- [Vuetify] - great UI boilerplate for modern web apps
- [Spring boot] - fast java network app framework
- [Maven] - for spring depedencies
- [JWT] - for authentication
- [MySQL] - for database
- [Hibernate Jpa] - for the communication with database
tpms_app:
Install the dependencies and start the server.
$ cd tpms_app
$ npm install
$ npm run serve
tpms_api:
$ cd tpms_api
$ mvn spring boot:run
Admin Login: username : admin, password: admin