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
[email protected]
Mr. Neil Matthew N. Lua
Software Technology Department
College of Computer Studies
De La Salle University-Manila
[email protected]
Mr. Robin Jerome D. Reyes
Software Technology Department
College of Computer Studies
De La Salle University-Manila
[email protected]
Mr. Kurt Bradley D. Tanting
Software Technology Department
College of Computer Studies
De La Salle University-Manila
[email protected]
Ms. Unisse C. Chua
Adviser
College of Computer Studies
De La Salle University
[email protected]
- 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