This website requires JavaScript.
Explore
Help
Sign In
Matthias-Claudius-Schule
/
borrow-system
Watch
4
Star
1
Fork
0
You've already forked borrow-system
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
1
Wiki
Activity
Files
29d47ddd9b2d34451f650e611a128429e3f963bb
borrow-system
/
backend
History
Theis Gaedigk
2f37ae8067
added backendV2
2025-11-02 16:55:16 +01:00
..
routes
added MyLoansPage component and integrated loan deletion functionality; updated routing in App and added Header component
2025-10-25 21:27:08 +02:00
services
filter out deleted loans in getBorrowableItemsFromDatabase and createLoanInDatabase functions
2025-10-26 13:54:37 +01:00
views
initial commit
2025-08-18 15:21:55 +02:00
Dockerfile
initial commit
2025-08-18 15:21:55 +02:00
info.json
Remove unused components and files from the frontend, including Form4, Header, LoginForm, Object, Sidebar, and related utility functions. Clean up the project structure by deleting unnecessary CSS, TypeScript configuration files, and Vite configuration. This refactor aims to streamline the codebase and improve maintainability.
2025-10-27 20:40:53 +01:00
package-lock.json
add nodemailer integration for loan email notifications and implement loan info retrieval
2025-10-02 22:32:26 +02:00
package.json
add nodemailer integration for loan email notifications and implement loan info retrieval
2025-10-02 22:32:26 +02:00
server.js
feat: add server-info endpoint and include server information in info.json
2025-10-26 21:55:59 +01:00