Get_Set_Hired

  • A hiring platoform that is solely oriented towards meeting the needs of startups that face problem in hiring skilled workforce.
  • Startups post about their requirement and get a sorted list of students based on their rankings
  • Selected student gets to work as a professional in the startup

To setup-:

  1. First fork this repo and then Clone it
  2. Run cd sms - to move into the directory
  3. Install virtualenv using command - pip install virtualenv
  4. Now activate the virtual environment using command - virtualenv env
  5. Now activate the virtual env using command - .\env\Scripts\activate . This will activate the virtual environment. For linux and Mac try - source env/bin/activate
  6. Install flask - python -m pip install flask.
  7. Install all requirements by - pip install -r requirements.txt.
  8. Now to migrate the models run - python manage.py migrate.
  9. Now to activate the localhost server run - python -m flask run

For linux-:
4. source venv/bin/activate
6. pip install -r requirements.txt
7. python manage.py runserver

	Runs the app in the development mode.
Open (http://localhost:8000) to view it in the browser.