Skip to content

A system which allows the admin to manage the tenders and user to bid and receive emails once the bid has been confirmed

Notifications You must be signed in to change notification settings

subhamagrawal7/Tender-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To run the project

  1. Clone the project
  2. Import the database using tms.sql file
  3. Login into the admin by using username - admin and password - admin@123
  4. Create or login into existing user
  5. Admin can create tender on the 'Generate Tender' Page on admin dashboard
  6. User can view tenders in 'Tenders' Page
  7. User can bid any tender and view the biddings on 'Biddings' Page
  8. Admin can view the biddings on 'Biddings' Page
  9. Admin can confirm the biddings on 'Confirm Biddings' Page
  10. 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
  11. Check for the mail received once bidding confirmed
  12. Admin and user can check the 'Confirm Biddings' Page to know the details of confirmed biddings

Made with ❤ by Subham Agrawal

About

A system which allows the admin to manage the tenders and user to bid and receive emails once the bid has been confirmed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published