- 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
- First fork this repo and then Clone it
- Run
cd sms- to move into the directory - Install virtualenv using command -
pip install virtualenv - Now activate the virtual environment using command -
virtualenv env - 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 - Install flask -
python -m pip install flask. - Install all requirements by -
pip install -r requirements.txt. - Now to migrate the models run -
python manage.py migrate. - 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.