Coder Social home page Coder Social logo

lead-management-server's Introduction

lead-management-server

Build Status

For account authentication, set up a Firebase project here and add the project configuration in the public/js/config.js file.

Lead (sales lead)

A sales lead is a potential sales contact, an individual or organization that expresses an interest in your goods or services. Leads are typically obtained through the referral of an existing customer, or through a direct response to advertising or publicity. A company's marketing department is typically responsible for lead generation.

Setting up project

1. Fork this project by clicking the Fork button on top right corner of this page.

2. Clone the repository by running following command in git:

$ git clone https://github.com/[YOUR-USERNAME]/lead-management-server.git

3. Create a new branch by running the following on terminal/command prompt:

$ git checkout -b [YOUR_BRANCH_NAME]

Make sure that the branch name is meaningful and related to the changes you are making. For example, if you are updating the documentation, a suitable branch name would be docsUpdate. Branches are useful when you have multiple Pull Requests on the same repository.

4. Open the project using your favourite text editor and make changes! Make sure you run the project after every change to verify that it works well.

Running the project

Execute the following commands in terminal/command prompt to run the project:

$ npm install
$ npm start

Contributing

1. Make reasonable changes.

2. Add all changes by running this command on the terminal/command prompt:

$ git add .

The above command will add all files to the staging area. Or to add specific files only, run this command:

$ git add path/to/your/file

Make sure you replace path/to/your/file with the actual path to the file you want to add to the staging area.

3. Commit changes.

$ git commit -m "DESCRIBE YOUR CHANGES HERE"

4. Push your changes.

$ git push origin YOUR_BRANCH_NAME

Make sure you push only to your branch.

5. Create a Pull Request by clicking the New Pull Request button on your repository page.

Help

If you need any help anywhere in the process, you can always ask a question on our Gitter Chat.

Happy Coding!

lead-management-server's People

Contributors

divyanshkul avatar sidhyatikku avatar zwliew avatar keenwarrior avatar sachinrammoorthy avatar khukhunashvili avatar harshithdwivedi avatar jatinluthra14 avatar nehagup avatar yashovardhan avatar

Watchers

James Cloos 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.