Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.74 KB

File metadata and controls

46 lines (28 loc) · 1.74 KB

Intelligent Water Alerts

Team Members: Hallie Nicholas, Adam Hungerford, Isaac Parada

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:

Contribution Notes:

Starting the application:

  1. Spin up the server: cd server
  2. Type the command npm start
  3. Add a second terminal
  4. Start the client: cd client
  5. 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

Contributing to the UI:

  • 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