https://github.com/furkankayam/react-springboot-crud-app
✅ React + Spring Boot CRUD App
https://github.com/furkankayam/react-springboot-crud-app
assertj crud junit5 mockito postgresql react redux spring-boot tailwindcss
Last synced: about 1 year ago
JSON representation
✅ React + Spring Boot CRUD App
- Host: GitHub
- URL: https://github.com/furkankayam/react-springboot-crud-app
- Owner: furkankayam
- License: mit
- Created: 2024-07-06T02:09:50.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-27T14:45:50.000Z (almost 2 years ago)
- Last Synced: 2025-03-30T07:23:23.136Z (about 1 year ago)
- Topics: assertj, crud, junit5, mockito, postgresql, react, redux, spring-boot, tailwindcss
- Language: Java
- Homepage:
- Size: 545 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 📃 `React + Spring Boot CRUD APP`
⚡Home
⚡Create User
⚡Update User
⚡Search Users
⚡Swagger UI
⚡Database
⚡Test
⚡Docker Compose
- ✅ React + Spring Boot CRUD App
Used Technologies in The Project:
[](https://react.dev/)
[](https://redux-toolkit.js.org/)
[](https://tailwindcss.com/)
[](https://axios-http.com/docs/intro)
[](https://www.java.com/en/)
[](https://spring.io/)
[](https://www.postgresql.org/)
[](https://maven.apache.org/)
[](https://springdoc.org/)
[](https://docs.docker.com/)
### Installation
```bash
git clone https://github.com/furkankayam/react-springboot-crud-app.git
```
### Usage
```bash
docker-compose up
```
### URL
#### ▶️ UI
```bash
http://localhost
```
#### ▶️ Swagger UI
```bash
http://localhost:8080/swagger-ui.html
```
#### ▶️ Database
```bash
http://localhost:9090
```
- `rdbms`: PostgreSQL
- `username`: postgres
- `password`: postgres
- `database`: crud_example
# License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details
Created by [Mehmet Furkan KAYA](https://www.linkedin.com/in/mehmet-furkan-kaya/)