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
a8b4ac3d60699e2c793d11afba4faeb75c7c20c9
borrow-system
/
backend
History
Theis Gaedigk
3e67bf9052
edited docker config for backend
2025-11-03 21:12:58 +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
edited docker config for backend
2025-11-03 21:12:58 +01: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