Skip to content

udbhavsomani/mindspark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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