backend til brug i den sidste øvelse (miniminiprojekt)
I skal lave en react applikation, altså en frontend applikation som kan gøre brug af de endpoint som i får fra denne backends api
Api´et har følgende endpoint
GET /api/movies: List all movies
GET /api/movies/{id}: Get a movie by its ID
POST /api/movies: Create a new movie
PUT /api/movies/{id}: Update an existing movie
DELETE /api/movies/{id}: Delete a movie
| Variable | Required | Default | Description |
|---|---|---|---|
JDBC_DATABASE_URL |
Yes | jdbc:mysql://<<IPADRESS>>:3306/imdb?createDatabaseIfNotExist=true |
Url for database connection |
JDBC_USERNAME |
YES | - | Username for database connection |
JDBC_PASSWORD |
YES | - | Password for database connection |