- Download xampp on website https://www.apachefriends.org/index.html
- Install xampp
- Open xampp then start apache and mysql
- Open browser and access website http://localhost/phpmyadmin then import file soa.sql in folder database
- Open terminal cd to folder server
-
cd server python index.py install - Now, Server is running.
- Open another terminal and cd to client
-
cd client node index.js - Now, client is running
Note:
nodejs and pythonis required to run app
- Open browser access http://localhost:3000/ to page exam and http://localhost:3000/admin to admin page.