This repository serves as a template for the concepts discussed in the article. To run the application successfully, please refer to the Next.js section in the article linked here. See you there!
This project aims to automate gas station price displays in Saudi Arabia, which are currently manually updated. The system allows remote control of displays, entering custom prices, and syncing prices with Aramco's retail fuel prices.
git clone https://github.com/KhaledGharib/GasPriceAutomation.git
cd GasPriceAutomation
npm install
cp .env.example .env
npm run dev
Open your web browser and go to http://localhost:3000 to access the Gas Station Price Display Automation System.