Here are the steps to run this script, we assuming you alraedy have npm and node installed.
-
first import sql file into your database.
-
open constant.js and change port, root_url, and database setting like host, username, db name and password
-
open terminal and run following commmand
$cd server $ npm install $ npm start -
open client/src/constant.js update host/domain name and port number
-
open another terminal and run following command $ cd client $ npm install