fahad-israr / forms-in-node-js

Virtual Learning Academy reg form

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A CRUD for form in Node.js n mySQL.

Installation

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

npm install

Running

  • node app.js
  • Running @localhost:4300
  • Navigate to /customers
  • If /customers nit working then go to /customers/add

Configuration (database)

app.js

    host: 'localhost',
    user: 'userEHX',
    password : 'hMmx56FN4GHpMXOl',
    port : 3306, //port mysql
    database:'sampledb'	

Database

  • You're gonna need to create a DB named 'sampledb'
  • Then import customer.sql into it

About

Virtual Learning Academy reg form


Languages

Language:HTML 54.7%Language:JavaScript 42.1%Language:CSS 3.2%