Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 937 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 937 Bytes

Mindspark

Project for Makeathon 3077 (2020)

Portal for specially abled people to create a profile and apply for jobs

Setup

cd to the frontend folder and run the following commands to start the react server at http://localhost:3000 -

  • npn install
  • npm start

cd to the backend folder and run the following commands to start the django server at http://localhost:8000 -

  • pip install virtual env
  • virtualenv env
  • env\Scripts\activate
  • pip install .\Dlib-main\dlib-19.22.99-cp37-cp37m-win_amd64.whl
  • pip install -r requirements.txt
  • cd src
  • python manage.py makemigrations
  • python manage.py migrate
  • python manage.py runserver