Skip to content

Latest commit

 

History

History
117 lines (77 loc) · 4.29 KB

README.md

File metadata and controls

117 lines (77 loc) · 4.29 KB

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: demo@user.com Password: demo

  2. email: test@user.com Password: test

  3. email: dummy@user.com Password: dummy

  4. email: demo@test.com 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!