ParadiseRealty / real-estate-crm

A real estate CRM where you can add contacts and find real estate listing based on the contact's address.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contact Keeper

App Logo

Contact Keeper is an app for real estate agents to keep their prospect's important information. This is a full stack app built using React.js (with the context API), Express, Node.js and MySQL (with Sequelize).

On this app users can:

  • Create an account
  • Add, update and delete contacts.

Prerequisites

Installation

On your MySQL Workbench, run the following commands:

  • DROP DATABASE IF EXISTS crm;
  • CREATE DATABASE crm;

On your command line, run the following commands:

  • git@github.com:pablomotta/real-estate-crm.git

  • npm run clientinstall

  • npm install

  • npm run dev

Author

Live App

Click here to visit the live website.

About

A real estate CRM where you can add contacts and find real estate listing based on the contact's address.


Languages

Language:JavaScript 89.3%Language:CSS 9.6%Language:HTML 0.9%Language:TSQL 0.2%