Follow these steps to get the application up and running on your local machine.
These instructions will guide you through setting up the project locally.
- Ensure you have Node.js installed on your machine.
- Connect to the Gatorlink VPN using AnyConnect.
-
Clone the Project
Clone the project repository to your local machine:
-
Navigate to the App Directory
Change into the project's
appdirectory:cd FFQueryAnalyzer/app
-
Set USERNAME and PASSWORD
In FFQueryAnalyzer/app create a file, .env, with your gatorlink username and your oracle password in the following format
DB_USER=yourusername
DB_PASSWORD=yourpassword
-
Install Dependencies
Install the necessary dependencies by running:
npm install
npm install react-chartjs-2 chart.js
-
Start the Application
Start the application with:
npm run dev
This will launch the app and automatically open it in your default web browser. If it doesn't open automatically, you can manually navigate to http://localhost:3000 in your browser.