-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4a3d56d
commit 499ca7b
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |