Skip to content

Latest commit

 

History

History
81 lines (63 loc) · 1.91 KB

README.md

File metadata and controls

81 lines (63 loc) · 1.91 KB

Movie Helper

Movie management and find valueable movies to watch

Git clone repo (optional)

Front-end project: movie-helper-front

# cd React-SpringBoot/
git clone https://github.com/zzh1991/movie-helper-front.git

Configure Front

  • cd movie-helper-front
  • npm install: install dependency
  • prepare front static files
    • dev mode
      • npm run dev
    • Deploy mode
      • npm run deploy
  • start the web app in IDE
  • open browser

Update front end

cd movie-helper-front
git fetch origin master
git rebase origin/master

Implement

Back end

  • Kotlin: refactor back end code
    1. easy to understand
    2. improve the code quality
  • Spring Boot 3
  • PostgresQL
  • Guava
  • Swagger
  • Flyway

Endpoints

Swagger UI

Recent Movies

Recent

Top 100 Movies

Top

Author

👤 Zhihao Zhang

Show your support

Please ⭐️ this repository if this project helped you!

📝 License

Copyright © 2023 zzh1991.
This project is MIT licensed.