https://github.com/andersonmag/products-management
A product management system with CRUD, JWT authentication, Multi-tenant, AWS storage, Redis and real-time updates Websocket
https://github.com/andersonmag/products-management
angular docker multitenant redis s3 spring websocket
Last synced: 2 months ago
JSON representation
A product management system with CRUD, JWT authentication, Multi-tenant, AWS storage, Redis and real-time updates Websocket
- Host: GitHub
- URL: https://github.com/andersonmag/products-management
- Owner: andersonmag
- Created: 2024-01-17T13:47:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-08T16:23:06.000Z (about 1 year ago)
- Last Synced: 2025-06-08T08:07:14.246Z (about 1 year ago)
- Topics: angular, docker, multitenant, redis, s3, spring, websocket
- Language: Java
- Homepage:
- Size: 303 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A product management system with CRUD, AWS storage, and real-time updates
## Para executar
## Back-end(port 8080)
### Add S3 config
```txt
bucket-name:
acess-key:
secret-key:
region-static:
```
### *Need start redis in port 6379
## Front-end (port 4200)
### Executar comandos
```npm
ng build
ng serve
```
### Para acessar
### Back-end
```txt
http://localhost:8080/api/login
http://localhost:8080/api/products
```
For login:
Acess `http://localhost:8080/api/login` and send POST request with JSON (**username and password**).
### Front-end
```txt
http://localhost:4200/login
http://localhost:4200/products
```