raj10071997 / ClassroomShoppers

project for DBMS course student only

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ClassroomShoppers

project for DBMS course Students only

This is an example of RESTful CRUD in Node.js n mySQL.

Installation

Clone or download zip to your machine then hit this :

cd classroomshoppers

then

npm install

Configuration (database)

server.js

    host: 'localhost',
    user: 'root',
    password : 'root',
    port : 3000, //port mysql
    database:'classroomshoppers'

You're gonna need to create a DB named 'classroomshoppers' or whatever you name it, import classroomshoppers.sql

Open your Browser

And type: localhost:3000/

About

project for DBMS course student only


Languages

Language:CSS 66.4%Language:HTML 25.5%Language:JavaScript 8.0%Language:PHP 0.1%