Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZieglerAaron authored Jan 14, 2024
1 parent 4a3d56d commit 499ca7b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# filmfriend
Application that catalogues available filmstock. It allows users to keep track of which films are currently in stock, which film is loaded in which camera, when a roll was submitted for development, and a reminder function for pickup.
Application that catalogues available filmstock. It allows users to keep track of which films could be on the market, which film is loaded in which camera and when a roll that was submitted for development can be picked up.

Deployed on [render.com](https://filmfriend-frontend.onrender.com).
Loading the site for the first time after a while may take longer than usual.

[Frontend Repository](https://github.com/ZieglerAaron/filmfriend-frontend/)

## API
The project uses REST API [filmindexapi-v2](https://github.com/jordanwhunter/filmdexapi-v2)
The project uses REST API [filmindexapi-v2](https://github.com/jordanwhunter/filmdexapi-v2).
Uncomment the '@EventListener(ApplicationReadyEvent.class)' in StockService to update the database. Note that this may lead to redundant filmstock-datasets.

0 comments on commit 499ca7b

Please sign in to comment.