https://github.com/israelsi11/stock-hub
Manage and track storage over time
https://github.com/israelsi11/stock-hub
angular java postgresql spring spring-boot springboot
Last synced: 4 months ago
JSON representation
Manage and track storage over time
- Host: GitHub
- URL: https://github.com/israelsi11/stock-hub
- Owner: IsraelSI11
- Created: 2024-11-04T09:45:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-27T07:35:51.000Z (over 1 year ago)
- Last Synced: 2025-03-28T13:15:49.588Z (over 1 year ago)
- Topics: angular, java, postgresql, spring, spring-boot, springboot
- Language: Java
- Homepage:
- Size: 42.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StockHub
A basic web application made with Angular 18 and Spring, created to help manage and track storage over time. I developed this project as a way to practice and improve my skills with Angular while exploring its core features and functionality.
## Installation/Dev
Launch web client
```bash
cd frontend/
npm install
npm start
```
Launch backend
The same process as starting a Springboot application.
## Demo
https://github.com/user-attachments/assets/ca8ad0df-fc82-453a-b0b0-20b199e70083
## Environment Variables
In the `application.properties` file, make sure the PostgreSQL database configuration is correct. Also, ensure that the frontend URL is properly set.
## Authors
- [@IsraelSI11](https://www.github.com/IsraelSI11)
## License
[MIT](https://choosealicense.com/licenses/mit/)