Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 766 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 766 Bytes

INTRODUCTION:

This project is for the automation of the PO ordering system for Anteater Electric Racing.

In order to reduce work for team leads and project managers, the PO ordering system is being implemented in order to reduce overhead, centralize all PO processing, and improve the efficiency of ordering parts. This will be all handled through Google's APIs, namely the Google Sheets, Google Forms, and Gmail APIs.

RUNNING THE APPLICATION:

To run the application, open terminal/command prompt and cd into the folder containing the project files. Afterwards, enter into your terminal/command prompt the command:

gradle -q run

This will install all dependencies that the application relies on and runs it as intented.