Coder Social home page Coder Social logo

isnakolah / lead_manager Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 542 KB

This is a lead management application used to manage leads written in Django and React

Python 32.95% JavaScript 64.11% HTML 2.94%
reactjs django django-rest-framework redux react-alerts react-router-dom django-rest-knox django-rest-auth postgresql rest-api

lead_manager's Introduction

Lead Manager Application

Lead Manager is Django-React app for managing your leads

  • Create user
  • Create Leads, View Leads and Delete Leads

Technology Stack

Lead Manager uses a number of open source projects to work properly:

Frontend

  • React.js - A javascript library for building user interfaces.
  • Redux - A predictable state container for JS apps - one source of truth.
  • React-Redux - A library with React bindings for Redux.
  • Axios - Promise based HTTP client for the browser.
  • Booststrap - A css framework for designing webpages.

Backend

Database

And of course Lead Manager itself is open source with a public repository on GitHub.

Installation

Dillinger requires Node.js v10+ to run. We will be using yarn package manager.

Clone the repo. Current directory: $

# Clone the github repo, you must have git installed locally
$ git clone https://github.com/isnakolah/lead_manager.git

Installation procedure for Mac and Linux based systems

Install the node dependencies and devDependencies. Current directory: $

# Change directory to the lead_manager base directory
$ cd lead_manager

# Install all the dependency
$ yarn add -d

Install the node dependencies and devDependencies. Current directory: $ lead_manager/

# Change the directory to the django lead_manager project
$ cd lead_manager/

# Initialize a python virtual environment
$ python -m venv .venv

# Activate the virtual environment
$ source .venv/bin/activate

# Install all the python packages
$ pip install -r requirements.txt

Use the .env-example in lead_manager/lead_manager/.env-example to configure your db

Running the application

Open a seperate terminal in the base folder for this project $ lead_manager/

# In the base directory of the project, run the dev script
$ yarn run dev

In the terminal with path $ lead_manager/lead_manager/

# In the django project directory run the server to display the app
$ python manage.py runserver

Open http://127.0.0.1:8000/#/

Using the app

Register a user to add and delete Leads.

License

MIT

Free Software, Hell Yeah!

Developer

By Nakolah Daniel

lead_manager's People

Contributors

isnakolah avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.