
Web Applications & APIs
Web applications are applications that are created for various users to interface with the system and data. The users may be external customers or internal employees. The web application may be open to the public or just available for a limited few. Web APIs are similar to web applications, but they are meant to retrieve and send data to and from other computer systems. They focus on the data as opposed ot the display and presentation.
Examples of why you may want to web apps or web API:
- You have customers that can login and place orders.
- You have customers that would like to electronically send you orders.
- You want to make data available to your customers (or their computer systems)
- You manage data in an Excel sheet and would like a centralized process to share and modify the data.




