Skip to content

koraykck/random-test-data-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Random Data Generator

This project aims to generate test data required in software development projects using logical rule sets and to convert the data into the desired file format. It is available for everyone in need.

Instructions to run the project on your local machine

Clone this repository:

  git clone https://github.com/koraykck/random-test-data-generator.git

Download the SQL Server

Create a database

  • Create a database named 'RDGdb' on your 'localhost' server.

Configure database connection

  • Navigate to the appsettings.json file in the backend UI layer.
  • Locate the ConnectionStrings section:
 "ConnectionStrings": {
  "DefaultConnection": "server=.;Database=RDGdb;Trusted_Connection=True;TrustServerCertificate=True;"
}

Update database in the Package Manager Console in Visual Studio

  update-database

Features

  • Parameter Control: Define the type, quantity, and attributes of the data to be generated.
  • Easy to Use: Quickly generate datasets with a simple interface.
  • Open for Everyone: Available for anyone in need.
  • User Registration and Login: Users can register and log in to the system.
  • Rule-Based Data Validation: Data types are validated and generated according to logical rule sets.
  • Downloadable in Desired File Formats: Convert and download the generated data in the desired file format.

RoadMap

  • Adding more data types
  • Creating new rule sets for logical data generation
  • Creating relational data tables
  • Adding admin panel to manage operations in the application
  • AI-powered data generation

Acknowledgments

  • @buraksenyurt thank you for your guidance and development support.

Feedback

If you have any feedback, please contact us at the email addresses below.

License

This project is licensed under the MIT License. For more details, see the MIT.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages