Internal Document Tracker for the Office of the University Registrar of the University of the Philippines Baguio
We use Makefile
to automate tasks. Invoke the following command to run the
client and initialize the database on development mode.
make run
To run the application in production, invoke
make run MODE=prod
This application makes use of Google Authentication, as such it expects the
environment variables GOOGLE_CLIENT_SECRET
and GOOGLE_CLIENT_ID
to be
defined in a file .env
in the root directory.