Revitalizers is a three module web application containing the following: student, faculty, and admin
The student and faculty rely on apache as the server as it uses PHP.
IMPORTANT **Note that the version of the WAMP used by the site is the following: Wampserver - 3.3.7 phpmyadmin - 5.2.1 apache - 2.4.62.1 mysql - 9.10
To run the web app, have the module be in the www directory of apache
The admin module runs using NodeJS Express. The package.js are in the admin module so when installing the dependencies and running the server It is required to the following:
- In the project folder, change directory to admin : cd admin
- Input the command npm install
- When running the node js Express, remember to go to the admin directory and input the command : node index.js or use nodemon : npx nodemon index.js
Remember to import the database named as revitalizers.sql if you want to have a clean database, have the database name as the following: revitalizers
If you want to have a populated database, use revitalizers copy.sql