This is a project creadeted by me (Riya Vishwakarma) in which i have tried to make a website that authenticates the user via differennt social account providers
- Python3
- [Pipenv]
- Clone the project to your machine
- Navigate into the diretory
[cd django_social_app] - Source the virtual environment
[pipenv shell] - Install the dependencies
[pipenv install] - Update the
settings.pyfile with your keys from Facebook, LinkedIn and Instagram. - Navigate into the
social_appdirectory[cd social_app] - Start the backend server
[python manage.py runserver] - Visit the application on the browser - http:localhost:8000