Stock Smart AI is an innovative inventory stock tracker designed to revolutionize the way businesses manage their inventory. Leveraging advanced AI services and intelligent agents, this system provides unparalleled support and data analysis capabilities. It employs AI to assist users in real-time, offering guidance and insights to optimize stock levels and predict future demands accurately. Additionally, Stock Smart AI communicates interactively with users, explaining its functionalities and providing updates on inventory status through a user-friendly application interface. This integration of AI not only enhances operational efficiency but also ensures that users can make informed decisions based on reliable, data-driven insights.
Allows to visualize the tables
https://dbeaver.io/
git clone https://github.com/fabandalm/stock-smart-ai.git
docker-compose up -d
docker cp database/seed.sql stock-smart-ai-db:/stock-smart-ai-db/data/seed.sql
docker exec -it stock-smart-ai-db psql -U postgres -d postgres -f /stock-smart-ai-db/data/seed.sql
docker-compose down
cd backend
./gradlew testcd frontend
npm install # First time only
npm testFor CI environments, use:
CI=true npm test
