visage98 / DbmsProject

SocialIze : A small project for text sharing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DbmsProject

SocialIze a small project for text sharing.

Instuctions to setup

  1. Clone the repostiory on your system
  2. Create a sql database my using the command
    mysql>create database mydb;
  3. Open /DbmsProject/config/config.js
  4. Rename user, password, secret as per your requirements.
  5. Open Terimal and cd to /DbmsProject and run
    $npm install
    $node server
  6. Open Brower and visit http://localhost:5000/

About

SocialIze : A small project for text sharing.


Languages

Language:JavaScript 53.1%Language:HTML 34.4%Language:CSS 12.5%