Skip to content

ReyJrFerrer/Revitalizers

Repository files navigation

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:

  1. In the project folder, change directory to admin : cd admin
  2. Input the command npm install
  3. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors