Skip to content

Tadcall/Tadcall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TadCall

Tadcall is a service that lets users to create discardable phone numbers that they can share. Over these numbers you can then add restrictions, geographical, time or even number of received calls.

Tadcall allows you to regain countrol of your phone number:

Tadcall uses Apidaze sdk and services on the backend. Thank you Apidaze.

INSTALL:

  • sudo pip install Django
  • python manage.py migrate
  • cd tadcall && python manage.py startapp backend
  • python manage.py makemigrations backend
  • python manage.py migrate