Skip to content

nithishkumar29/DBMS_MATRIMONY

Repository files navigation

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/