This web project is a Test-data Generator that provides a user-friendly interface for generating test data. It use HTML, CSS, JavaScript, and React for the frontend, and Node and Express for the backend. The project aims to help users generate data in different formats such as JSON, HTML, CSV, SQL, and NOSQL.
- User-friendly interface for generating test data
- Export generated data in various formats
- Input attributes and specify the number of rows required
- Utilizes Openai GPT-3 MODEL for generating data
- Can be used for testing purposes, filling dummy data in the database, and generating sample data for applications
- Clone the repository
- Install dependencies for both frontend and backend using npm install command
- Start the backend server using "npm run start" command
- Start the frontend development server using "npm start" command
- Access the web application in your web browser at http://localhost:3000
This project is licensed under the MIT License. You can refer to the LICENSE file for more details.