Faculty Performance Monitoring System
-
Ben Hur Adrian Raphael G. Tolentino
-
Reign Emmanuel O. Malto
-
Levie Anne T. Mariñas
-
John Homer Cadena
-
John Carlos Pagaduan
- Clone this repository so that you could have a copy of it in your computer.
- Open it in your editor.
- Create a .env file then copy the details of .env.sample to this
- the .env file provides the details to access the database
-
Set the database, the instruction on how to set it is provided below.
-
After setting the database open your command line or git then do this:
$ cd [directory where the cloned folder is] $ nodemon or node index.js (*if you dont have a nodemon installed*)
Note: *To open this on your web browsers, Type:
localhost:30009/index*
-
MySQL should be installed
-
A database named dbfpms must be created in mysql
-
The details about the database are in the technical documentation. Please see the technical documentation.docx file inside the fpms docu folder. Thank you