Automated API Testing Tool
This project is a tool that helps developers test their APIs easily and automatically. It has three main parts:
Frontend (Next.js) – A user-friendly web interface where users can:
Enter their API details
Create and edit test cases
Run tests and view results
Backend (Golang) – A powerful backend system that:
Takes the test case information
Runs tests on the provided APIs
Sends back results like success/failure, response time, and errors
Database (MongoDB) – A storage system that keeps:
All test cases created by users
Past test results and logs for future reference
The goal is to make API testing faster, more organized, and easier to manage—especially for teams building and maintaining complex systems.
Built with