PORT=5000
DB_HOST=localhost
DB_PORT=3306
DB_USER=student
DB_PASSWORD=
DB_NAME=smartshop_db
JWT_SECRET=smartshop_student_project_secret
