https://github.com/marius-elting/customer-manager-spring-boot
Customer Manager built with Springboot & React
https://github.com/marius-elting/customer-manager-spring-boot
java postgresql react spring-boot typescript
Last synced: 3 months ago
JSON representation
Customer Manager built with Springboot & React
- Host: GitHub
- URL: https://github.com/marius-elting/customer-manager-spring-boot
- Owner: Marius-Elting
- Created: 2023-05-31T09:17:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-26T11:45:15.000Z (about 3 years ago)
- Last Synced: 2025-10-11T04:51:28.675Z (9 months ago)
- Topics: java, postgresql, react, spring-boot, typescript
- Language: Java
- Homepage:
- Size: 125 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Customer Manager
## Technologies
- Backend:
- Java
- Spring Boot
- Frontend:
- React
- TypeScript
## Functionality
- Backend:
- [x] Setup database (PostgreSQL)
- [x] AddCustomer Route
- [x] RemoveCustomer Route
- [x] EditCustomer Route
- Frontend:
- [x] AddCustomer Form
- [ ] Customer List
- [ ] RemoveCustomer Button
- [ ] EditCustomer Button
The backend structure is based on a [YouTube tutorial](https://youtu.be/-mwpoE0x0JQ)