Skip to content

Terrrya/lead_generator

Repository files navigation

lead_generator


Lead generator is service for searching leads by location and keywords from Google Maps. It shows them to user and store to database. Access to search only for register user.

Features:


  • User authenticate
  • Admin panel: /admin/
  • Search leads by location and keywords

Installing using GitHub


Run with docker


Docker should be installed

git clone https://github.com/Terrrya/lead_generator.git
cd lead_generator

Create in root directory of project and fill .env file as shown in .env_sample file

docker compose up

Open in browser 127.0.0.1:8000/api/

Filling .env file


To fill .env file you have to get Google API Key.
https://developers.google.com/maps/documentation/javascript/get-api-key can help you to get Google API token

Getting access


You can use following:

  • superuser:
    • Username: admin
    • Password: 12345

Or create another superuser through admin panel or user by: /accounts/sign-up/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published