VPN Management System
- open terminal and run the following commands
- git clone https://github.com/Hashah1/cmpe138Project.git
- cd cmpe138Project/VPN_management
- git pull origin master
- db_config contains the mysql connection string.
- create database named 'vpn_management' in your local mysql instance.
- Update this string in db_config file {host: "localhost",user: "your_username",password: "*******",database:"vpn_management"}
- npm i
- node app.js or nodemon app.js or npm start
go to the browser and enter localhost:9000