A Companies search app written in Django and React with Clearbit APIs.
- Requirements - install
postgresqlor usesqliteif you prefer and also install python requirements withpip install -r requirements.txt - Copy the
local.py.templatetolocal.pyinclearbyte/clearbyte/settings/and change the db credetials. Also add your clearbit key in local.py - run
python manage.py migrate - to start the server run
python manage.py runserver