https://github.com/ramsunvtech/trello-app-clone-spring-ng
Trello App Clone in Spring Boot and Angular 10.x
https://github.com/ramsunvtech/trello-app-clone-spring-ng
Last synced: about 1 year ago
JSON representation
Trello App Clone in Spring Boot and Angular 10.x
- Host: GitHub
- URL: https://github.com/ramsunvtech/trello-app-clone-spring-ng
- Owner: ramsunvtech
- Created: 2020-08-02T14:52:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T12:39:06.000Z (over 3 years ago)
- Last Synced: 2025-04-09T23:51:17.337Z (about 1 year ago)
- Language: TypeScript
- Size: 769 KB
- Stars: 9
- Watchers: 7
- Forks: 6
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# trello-app-clone-spring-ng
Trello App Clone in Spring Boot and Angular 10.x
## Common
1. Basic Project Structure
services - spring boot code
web - Frontend
## Spring Boot
1. Base Spring Boot SetUp
1. Board List API - POST - /api/board-list
1. Board API - POST - /api/card-list
1. New Board API - POST - /api/new-board
1. New Card API - POST - /api/new-card
1. Edit Card API - POST - /api/edit-card
1. Delete Card API - POST - /api/delete-card
## Angular
1. Base Angular CLI Web SetUp
1. Header Component
1. Search Form Component
1. Board Component
1. Add Board Form Component
1. Card Component
1. Board Model
1. Card Model
1. Board Services
1. New Board Services
1. Card List Services
1. New Card Services
1. Add Card Form Component
1. Publish to GitHub Page
1. Base Store using NgRx
1. Board Store
1. Card Store