Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 525 Bytes

README.md

File metadata and controls

22 lines (21 loc) · 525 Bytes

DBMS_MATRIMONY

Matrimonial Website using Node.js & MySql

Installations

sudo apt-get install nodejs
sudo apt-get install mysql-server

Setup

paste your MYSQL credentials in config.js
Import existing database

  • create database matrimony
  • sudo mysql -u root -p matrimony < /path/to/this/repo/matrimony.sql

Start Server

cd /path/to/app/directory
node app.js

Launch App

visit http://127.0.0.1:8081/