https://github.com/edwinwcw2021/edtangular
Edt Lib Angular Applciation for front End
https://github.com/edwinwcw2021/edtangular
Last synced: about 2 months ago
JSON representation
Edt Lib Angular Applciation for front End
- Host: GitHub
- URL: https://github.com/edwinwcw2021/edtangular
- Owner: edwinwcw2021
- Created: 2025-01-30T15:16:28.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-07T09:24:47.000Z (4 months ago)
- Last Synced: 2025-02-17T21:26:46.688Z (3 months ago)
- Language: TypeScript
- Size: 146 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EdtLibrary
This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.1.5.
This demo application was initially developed for code assessment purposes. However, I hope it can also serve as a useful resource for new programmers learning how to use SQL Server, .NET Core for database connectivity, and Entity Framework with AngularJS.
Technologies Used:
Database: MSSQL 2022 Developer Edition
Frontend: Angular v19 (developed using Visual Studio Code)
Backend: C# .NET Core 8.0
Development Tools: Visual Studio 2022 Community Edition
Web Server: Nginx Reverse Proxy
Other: HTML, JavaScript, Certbot SSL
Features:
Users can search for books on the Book page, with results returning 100,000 records in less than one second thanks to the caching technology implemented.
Borrowed books are displayed on the Borrowed page.Verion 1.1. Improve my REST API by handling empty search parameters effectively. Ensure that if a search keyword is missing or empty, the API returns appropriate results instead of errors. (Feb 4, 2025)
Click [here](https://edtlib.vagweb.com/) to visit the live website.
Click [here](https://edtlib.vagweb.com/sqlbackup.7z) to download database backup.