/ClassroomFriends

project for DBMS course student only

Primary LanguageHTML

ClassroomFriends

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:'classroomfriends'

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

Open your Browser

And type: localhost:3000/login