Project Description:
Intelligent Water Alerts is a web application that will serve as a user interface for users, local mechanics, and donors of well systems in various countries, mostly in Africa, built by Messiah's Collaboratory Team. This app will enable the correct people to be notified when a well is not working as it should, allowing them to take action - whether that be going onsite to fix it or ordering parts. From this constant communication with the system, our goal is that these villages with well systems installed will have continuous access to running water no matter what may happen along the way.
Helpful Links:
Starting the application:
- Spin up the server:
cd server - Type the command
npm start - Add a second terminal
- Start the client:
cd client - Type the command:
npm start
When you have finished the above steps, the application will spin up in a browser.
-
Staging:
git add . -
Committing Files:
git commit -m "your message here" -
Push to branch:
git push
- As you will notice, our app file structure begins with two folders, client and server. Client contains everything in the frontend, and server is backend.
Contributors:
- Project Manager: Hallie Nicholas
- Front End (UX/UI): Adam Hungerford
- Backend: Isaac Parada