User should have python installed on their system.
- 
Open Project Directory
Server/which has file namedmanage.py. - 
Use the command :
pip install -r requirements.txtfor installing the required modules. - 
Type
python manage.py runserverto start the server with default port8000, to run server with custom post typepython manage.py runserver <port_number>. - 
Example :
python manage.py runserver 80 
create a super user who can access admin panel by using the command : python manage.py createsuperuser
Note : /webhook/call/ is the endpoint for listening and /admin is for admin panel.