This is a developed web application that supplements our research as a medium to display the estimated solar energy potential calculated from our built model. More information on our research can be found here
Hosted on: https://sinagpala-two.vercel.app/
Mr. Jason T. Evangelista
Software Technology Department
College of Computer Studies
De La Salle University-Manila
jase_evangelista@dlsu.edu.ph
Mr. Neil Matthew N. Lua
Software Technology Department
College of Computer Studies
De La Salle University-Manila
neil_lua@dlsu.edu.ph
Mr. Robin Jerome D. Reyes
Software Technology Department
College of Computer Studies
De La Salle University-Manila
robin_jerome_reyes@dlsu.edu.ph
Mr. Kurt Bradley D. Tanting
Software Technology Department
College of Computer Studies
De La Salle University-Manila
kurt_bradley_tanting@dlsu.edu.ph
Ms. Unisse C. Chua
Adviser
College of Computer Studies
De La Salle University
unisse.chua@dlsu.edu.ph
- Node.js
Open the Sinagpala site folder and run the following commands:
-
Running locally in development mode
npm i npm run dev
The server will run on localhost:3000
-
Building and deploying in production
npm i npm run build npm run start