How to run

$ git clone https://gitlab.com/4t_group2/WebAppStudio.git

Open file "server/helper/multi_db.sql" and import it to MySQL database.

Open cmd, cd to "server" folder and run:

$ npm install

to install node_modules.
Then, run:

$ npm start

to start server.
Now, server start on port 5000.

Open http://localhost:5000/index.html and setup it.

UI

Open cmd, cd to "client" folder and run:

$ npm install

to install node_modules.
Then, run:

$ npm start

to start client .
Now, client start on port 3000.

Open http://localhost:3000 to open Multilingual Controller.