Lead Manager App is built on React and Python/Django. I helps users to create leads and manage them accordingly
- clone the repository
- checkout to develop branch
- install backend dependences and start the backend app by running the following commands :
- cd lead_manager
- pip install -r requirements.txt
- python manage.py runserver
- open a new window, then install frontend dependencies and start the frontend app:
- npm i
- npm run dev