Welcome to my hobby project - the MockModel API Manager! This TypeScript-based tool simplifies the creation and management of mock APIs for your development and testing needs.
- Create and manage mock API endpoints with custom responses.
- Get a permanent URL for mock responses.
- Real-time updates for quick testing.
- TypeScript
- MongoDB
- NodeJS - Express - Mongoose
-
Clone the Repository:
git clone https://github.com/chtgupta/mock_api_backend.git
-
Add .env file:
PORT = YOUR PORT DB_URL = YOUR DB
-
Run the Application:
tsc && node ./dist/index.js
-
Web Interface: Not public yet, just use Postman for now.
Use Postman to make see and make requests
Happy mocking! Simplify your development and testing workflows with this tool. For questions or issues, open an issue.