๐ Private Lead Manager Application with Django-REST-framework on the back and React & Redux on the front. (using Django-rest-framework, React, Redux and Reactstrap)
- Clone the repository
git clone https://github.com/M0ng00se7169/Leads-Manager.git
- Install all requirements
pip install -r requirements.txt
- Make migrations:
python manage.py makemigrations
python manage.py migrate
- Run the server:
python manage.py runserver
- Install all node packages:
npm i
- Run the client:
npm run dev
- If you don't see directories
node_modules
after downloading it, or you have some other problems, try to disableWindows Defender
, download directory again and repeat steps
Feel free to contact with me ;)