Skip to content

guna2k4/TenderFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown

Quick Start Guide

Follow these simple steps to set up and run the application on your local machine.

1. Open the Project Folder

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

About

TenderFlow is an autonomous AI orchestration engine that automates government procurement.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors