CSVToApiGenerator
$1
https://schema.org/InStock
usd
Srinivasarao K
π CSVToApiGenerator β Convert CSV to Full REST API Instantly
No backend? No problem.
CSVToApiGenerator is a Java-based CLI tool that instantly turns any CSV file into a fully working Spring Boot REST API β including:
- β Auto-generated Model class
- β Repository (JPA)
- β Controller with CRUD endpoints
- β CSV loader to auto-insert data into an H2 in-memory database
- β Maven project structure
- β Works out of the box β just run the project and start calling APIs
π‘ Who is it for?
- Developers needing a quick backend for frontend testing
- QA teams who want to mock APIs from sample data
- Freelancers bootstrapping projects
- Startup devs testing CSV-based APIs
- Educators demonstrating API behavior without writing boilerplate
π§© Features
- π Supports any CSV file with headers
- π Generates complete Spring Boot project
- π§ No need to write any code manually
- π One-liner command:java -jar csv-to-api-generator.jar --input users.csv --output ./generated-api --entity usersπ Data is auto-loaded at startup
- π§ͺ Comes with in-memory H2 DB (no setup needed)
π¦ What's included
-
csvtoapigenerator.jar(Java 17) - Sample CSV file
- Generated Spring Boot Project
- README & Usage Instructions
-
Size
2.37 MB
Add to wishlist