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.
📝 Steps to start project:
- Download the project.
- Extract files and copy extracted file in your C://xampp/htdocs folder or C://wamp64/www/ folder in case of wamp server.
- Now your folder looks like this: - 📁 C://xampp/htdocs/Job-Applicationo-Portal/...
- Start wamp server or xampp server.
- Now create new database in phpmyadmin.
- Open db.sql copy all contain and paste it on sql panel of your database.
- Change database username and password, if you have changed or keep as it is in admin/dbcon.php
- 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
-
email: demo@user.com Password: demo
-
email: test@user.com Password: test
-
email: dummy@user.com Password: dummy
-
email: demo@test.com Password: demo
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.
If you have any feedback or suggestions please reach out to me.