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

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

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/)