This project is a web scraper application that allows you to scrape data from a provided URL and make a json files with set of req instructions.
To get the application up and running, follow these steps:
-
Clone the Repository
git clone https://github.com/himanshuraimau/gen-ai cd gen-ai
-
Setup Environment Variables
- Rename the
.env.example
file to.env
. - Open the
.env
file and fill in the required environment variables.
- Rename the
-
Install Dependencies
Run the following command to install the necessary dependencies:
npm install
-
Start the Application
To start the development server, use:
npm run dev
The server will be running on port
3000
by default. You can access the frontend athttp://localhost:3000
. -
**The output json file is in the
question.json
folder.