The project is a web based application where users can get instant electricity bill and pay them online via credit card , debit card .
The system would be having two logins admin and user login. Admin can view user account details and can even add or updates things in their account. Admin has to feed the system with electricity usage data into respective users account. The system then calculates the electricity bill for every user and updates the information into their account every month. User can then view their electricity bill and pay on the spot before month end. If user is incapable of paying the bill before month end, it then calculates fine for each subsequent day.
Brief overview of the technology:
Installation Step :
- extract zip file in htdocs or www folder.
- create new database phpmyadmin and import sql file.
- edit .env file database credential.
APP_NAME=Laravel
APP_ENV=local
APP_KEY=base64:6A9AqYX946XidDjn4FJHhH72ysN76gXz3DkZigHdoG4=
APP_DEBUG=true
APP_URL=http://localhost
LOG_CHANNEL=stack
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravelecommerce
DB_USERNAME=root
DB_PASSWORD=1234
BROADCAST_DRIVER=log
CACHE_DRIVER=file
QUEUE_CONNECTION=sync
SESSION_DRIVER=file
SESSION_LIFETIME=120
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_DRIVER=smtp
MAIL_HOST=smtp.hostinger.in
MAIL_PORT=587
MAIL_USERNAME=support@projectworlds.in
MAIL_PASSWORD=Gwd6uUwxUlAG
MAIL_ENCRYPTION=tls
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_APP_CLUSTER=mt1
MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
Admin Login details:-
username- admin@admin.com
password-123456e
No comments:
Post a Comment