Markdown
Follow these simple steps to set up and run the application on your local machine.
Open your terminal and navigate into the extracted project folder:
cd TENDERFLOW-MAIN
2. Install Dependencies
Install all the required node_modules (like Express) to make the server work:
Bash
npm install
3. Setup Environment Variables
Create a new file in the project folder named exactly .env and paste your API key inside it:
TINYFISH_API_KEY=your_actual_api_key_here
PORT=3000
4. Run the Program
Start the server using Node:
Bash
node index.js
Once the terminal says it is online, open your web browser and go to: http://localhost:3000