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.py
file with your keys from Facebook, LinkedIn and Instagram. - Navigate into the
social_app
directory[cd social_app]
- Start the backend server
[python manage.py runserver]
- Visit the application on the browser - http:localhost:8000