- Clone the project
- Import the database using tms.sql file
- Login into the admin by using username - admin and password - admin@123
- Create or login into existing user
- Admin can create tender on the 'Generate Tender' Page on admin dashboard
- User can view tenders in 'Tenders' Page
- User can bid any tender and view the biddings on 'Biddings' Page
- Admin can view the biddings on 'Biddings' Page
- Admin can confirm the biddings on 'Confirm Biddings' Page
- Change the following settings to enable sending email
- Locate the php.ini file in XAMPP/php/ folder
- Search for mail function
- Make sure SMTP=localhost and smtp_port=25 lines are uncommented
- Add auth_username and auth_password from which you want to send mail
- Restart Apache server
- Enable Less Secure App Access in Google account by going to Google Account Settings page
- Check for the mail received once bidding confirmed
- Admin and user can check the 'Confirm Biddings' Page to know the details of confirmed biddings
Made with ❤ by Subham Agrawal