Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SceneSpot

A web application for exploring and contributing filming locations of movies. Users can browse featured movies, view scene locations on a map, and register new scene locations.

Technologies

  • Spring Boot

  • Spring Data JPA

  • MySQL (or H2 for local dev)

  • RESTful API

Project Structure

Backend (com.scenespot.app)

controller/ – REST controllers

MovieController.java

SceneController.java

entity/ – JPA entities

Movie.java

Scene.java

repository/ – Spring Data JPA repositories

MovieRepository.java

SceneRepository.java

service/ – Business logic

MovieService.java

SceneService.java

About

fullstack bootcamp indivisual project - find the location that a movie filmed

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages