SagiPinas / v1
First iteration of the SagiPinas Web application, written in JavaScript.
Project Status
note
SagiPinas / v1: is in active development, If you have question about the project, reach out on bryce.mercines@gmail.com
Features
List of target features for the project:
Feature Name | Status |
---|---|
Real-time | ✅ Complete |
Digital Mapping | ✅ Complete |
Analytics | Pending |
Support IoT Devices | Pending |
Device Registry | Pending |
Development
The project is built with Create React App making it very easy to adapt and modify to your needs, simply clone the repository
install dependencies and run the development environment using yarn
or npm
.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
Technology
- Argon Dashboard by Creative Tim: https://github.com/creativetimofficial/argon-dashboard
- Mapbox for Mapping Platfrom: https://mapbox.com
- Socket.io for Real-time interactions using WebSockets: https://socket.io
Deployment
v1
can be deployed on the following services:
- Vercel: https://vercel.com
- Heroku: https://heroku.com
With the two options listed above, Vercel is the recommended service if you want to host an instance of the Web Application.