Skip to content
This repository was archived by the owner on Aug 15, 2019. It is now read-only.

jodylane/contacts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

contacts

Run npm install

Import users.sql to phpmyadmin

comment out live production variables and uncomment local development variablesin database.php

// for local development
//$host = "localhost";
//$login = "phpuser";
//$password = "phpuser";
//$database = "contacts";

// for live production
$host = "localhost";
$login = "jodylane";
$password = "jodylane";
$database = "jodylane_db";

Enjoy!!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors