https://github.com/tahniat-ashraf/spring-boot-vuecli-movie-crud
A crud application based on spring boot & vue cli. Cloned from : https://github.com/tahniat-ashraf/spring-boot-vuejs
https://github.com/tahniat-ashraf/spring-boot-vuecli-movie-crud
spring-boot vue vue-cli vue-router vuetify vuex
Last synced: 3 months ago
JSON representation
A crud application based on spring boot & vue cli. Cloned from : https://github.com/tahniat-ashraf/spring-boot-vuejs
- Host: GitHub
- URL: https://github.com/tahniat-ashraf/spring-boot-vuecli-movie-crud
- Owner: tahniat-ashraf
- License: mit
- Created: 2020-02-15T09:45:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-13T01:28:23.000Z (over 3 years ago)
- Last Synced: 2025-06-06T02:05:33.927Z (4 months ago)
- Topics: spring-boot, vue, vue-cli, vue-router, vuetify, vuex
- Language: Vue
- Size: 810 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Added components -
- Vuex
- BootstrapVue
- Vuetify# How to run
1. backend > mvn spring-boot:run
2. frontend > npm run serve (for live refresh)if you want to connect to mysql instead of H2,
1. backend > docker-compose up
2. go to browser's http://localhost:8080 to visit adminer's login page
3. Put username as root & password as rootpassword
4. After successful login, create a database named 'sv_movies'
5. export spring_profiles_active=mysql
6. backend > mvn spring-boot:run
7. frontend > npm run serve (for live refresh)# How to deploy
1. backend > mvn clean package
2. Deploy .war in container