Initial V1 Backup
This commit is contained in:
20
start.sh
Normal file
20
start.sh
Normal file
@@ -0,0 +1,20 @@
|
||||
#!/bin/bash
|
||||
# ScanLook Startup Script
|
||||
|
||||
echo "🚀 Starting ScanLook Inventory Management System..."
|
||||
echo ""
|
||||
echo "📊 Access the application at:"
|
||||
echo " - Local: http://localhost:5000"
|
||||
echo " - Network: http://$(hostname -I | awk '{print $1}'):5000"
|
||||
echo ""
|
||||
echo "👤 Default Login Credentials:"
|
||||
echo " Owner: owner / owner123"
|
||||
echo " Admin: admin / admin123"
|
||||
echo " Staff: staff1 / staff123"
|
||||
echo ""
|
||||
echo "Press Ctrl+C to stop the server"
|
||||
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
|
||||
echo ""
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
python app.py
|
||||
Reference in New Issue
Block a user