Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.23 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.23 KB

Gas Station Price Display Automation System

My Skills

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!

Main project

Overview

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.

Step 1: Clone the repository

git clone https://github.com/KhaledGharib/GasPriceAutomation.git

Step 2: Change into the project directory

cd GasPriceAutomation

Step 3: Install dependencies

npm install

Step 4: Set up environment variables

cp .env.example .env

Step 5: Run the development server

npm run dev

Step 6: Access the application

Open your web browser and go to http://localhost:3000 to access the Gas Station Price Display Automation System.