Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/claracharriau/ma-seance-screening-service
A Java project using Spring Boot that can be connected to maSéance front-end project.
https://github.com/claracharriau/ma-seance-screening-service
gradle java spring-boot
Last synced: about 10 hours ago
JSON representation
A Java project using Spring Boot that can be connected to maSéance front-end project.
- Host: GitHub
- URL: https://github.com/claracharriau/ma-seance-screening-service
- Owner: ClaraCharriau
- Created: 2024-04-08T10:10:25.000Z (7 months ago)
- Default Branch: develop
- Last Pushed: 2024-07-20T20:02:07.000Z (4 months ago)
- Last Synced: 2024-07-20T20:53:05.719Z (4 months ago)
- Topics: gradle, java, spring-boot
- Language: Java
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# maSéance - Screening Service
## Description
A Java project using Spring Boot and Gradle.
The project is a RESTful API that can be connected to maSéance front-end project.It allows to create, read, update, and delete screenings.
Movies informations can be retrieved from the [The Movie Database API](https://www.themoviedb.org/documentation/api).## Installation
### Prerequisites
- Java 8 or higher
- Gradle
- Docker### Steps
1. Clone the repository
2. Navigate to the project directory
3. Run `gradle build`## Usage
Use docker compose file to get PostgreSQL running.
To run the application, use the command `gradle bootRun`.