Skip to content

CS3042-DBMS/CS3042---DBMS---Supply-Change-Management-System

Repository files navigation

CS3042-DBMS - Supply Chain Management System

database name should be cs3042-dbms

##database importing order

remotemysql
functions
views
procedures
data
triggers

##create .env file

PORT=5000
HOST=localhost
USER=root
PASSWORD=''
DATABASE=cs3042-dbms
CONNECTIONLIMIT=10

then run npm install