https://github.com/sujith-rek/fabdao
Technical task for round2 of daofab
https://github.com/sujith-rek/fabdao
angular rest-api spring
Last synced: 2 months ago
JSON representation
Technical task for round2 of daofab
- Host: GitHub
- URL: https://github.com/sujith-rek/fabdao
- Owner: sujith-rek
- Created: 2023-08-02T05:39:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-02T18:48:06.000Z (almost 3 years ago)
- Last Synced: 2025-08-10T23:52:00.854Z (11 months ago)
- Topics: angular, rest-api, spring
- Language: TypeScript
- Homepage:
- Size: 245 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# DAOFAB
Technical Assignment
Tasks
- [X] Backend done in Java
- [X] Frontend in Angular
- [X] Edge cases for the backend are taken care of, like querying child data of a nonexistent parent, a parent with no child data, etc..,
- [X] Code is properly commented for understanding
- [X] Parent table is capable of sorting by parent Id
- [X] Server-side pagination
## Frontend
Made with angular
To start frontend
Install dependencies
```bash
npm i
```
Run frontend
```bash
ng serve
```
## Backend
Java Spring
## How to test
- Start the backend
- Start the frontend and go to `localhost:4200`
## Screenshots
### Parent table with pagination and sorting




### Child table


