An open API service indexing awesome lists of open source software.

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

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)