Skip to content

Created a dynamic Job Application Portal using PHP and MySQL. The purpose of this project is to understand basic concepts of MySQL database operations using PHP.

License

Notifications You must be signed in to change notification settings

sanjyotpanure/Job-Application-Portal

Repository files navigation

HireMe Job-Application-Portal 👨‍💻

HireMe is a Job Application Portal built using PHP and MySQL. The purpose of this project is to understand basic concepts of MySQL database operations using PHP. The website is interactive built using HTML, CSS, and BootStrap. Minimal JavaScript is used to perform on-page validations.
The user has first to register his account. After login, he can submit his application wherein he has to provide his details such as name, email address, phone number, qualification, programming languages he knows and uploads his cv.

Tech Stacks 🛠️

HTML CSS BootStrap JavaScript PHP MySQL

Screenshots

Screenshot
Screenshot

📝 Steps to start project:

  1. Download the project.
  2. Extract files and copy extracted file in your C://xampp/htdocs folder or C://wamp64/www/ folder in case of wamp server.
  3. Now your folder looks like this: - 📁 C://xampp/htdocs/Job-Applicationo-Portal/...
  4. Start wamp server or xampp server.
  5. Now create new database in phpmyadmin.
  6. Open db.sql copy all contain and paste it on sql panel of your database.
  7. Change database username and password, if you have changed or keep as it is in admin/dbcon.php
  8. Now your project is ready to run, open http://localhost/ on your browser and run your project.

Admin Login Details

username: admin Password: password

User Login Details

  1. email: [email protected] Password: demo

  2. email: [email protected] Password: test

  3. email: [email protected] Password: dummy

  4. email: [email protected] Password: demo

Want to Contribute 💡 :

1. 🍴 Fork this repository.

2. 👯 Clone this repository.

  git clone https://github.com/sanjyotpanure/Job-Application-Portal

3. 🔁 Create a new branch.

git checkout -b <your_branch_name>

4. 🔨 Build you Code, Track ✔️ & Commit your changes.

  git add .
  git commit -m "<your_commit_message>"

5. Push your local branch to the remote repository.

  git push -u origin <your_branch_name>

6. 🔃 Create a Pull Request!

Congratulations! 🎊 You've made your Pull Request to Job-Application-Portal Repo.


Connect with me :

If you have any feedback or suggestions please reach out to me.

GitHub LinkedIn Instagram


Show some ❤️ by starring this Repository!

About

Created a dynamic Job Application Portal using PHP and MySQL. The purpose of this project is to understand basic concepts of MySQL database operations using PHP.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published