sabry2020 / JobFinderSystem

2nd year OOP university project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JobFinderSystem

2nd year OOP university project

JobFinderSystem

How you can use and test the project


copy this command git clone https://github.com/sabry2020/JobFinderSystem.git Then run it on your command line in your prefered location in your device

What can you make with this very simple program

  • Login as a Job Poster and Post some job pots to your Company
  • run as administrator, so you can change your company name and fire employees 😁
  • Add reviews for companies and apply for companies jobs

You can also try to make a pull request and try the very first contribution, if you are new here😊

    These steps can help you

  1. click on the fork button up there 🔼
  2. Clone your fork
  3. Navigate to your working directory by this command cd NAME_OF_YOUR_REPOSITORY
  4. Check that your fork is the "origin" remote if not do this command git remote add origin URL_OF_FORK
  5. Pull the latest changes git pull upstream master
  6. Create a new branch git checkout -b BRANCH_NAME
  7. Make your changes, like Project description or fixing a bug any thing
  8. Commit your changes, then git add -A then stage your changes git commit -m "DESCRIPTION OF CHANGES"
  9. Push your changes git push origin BRANCH_NAME
  10. Create a pull request Then thats it, you have successfully contributed for the project

About

2nd year OOP university project


Languages

Language:Java 100.0%