kaplanerbil / maximus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

*for newbies : Clone or download zip to your machine then hit this :

npm install

Configuration (database)

app.js

    host: 'localhost',
    user: 'root',
    password : 'root',
    port : 3306, //port mysql
    database:'maximus'

You're gonna need to create a DB named 'maximus' and import customer.sql

About


Languages

Language:HTML 44.4%Language:JavaScript 43.2%Language:CSS 12.4%