Skip to content

chtgupta/mock_api_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MockModel API Manager

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.

Screenshot 2023-09-16 at 11 13 59 PM

Features

  • Create and manage mock API endpoints with custom responses.
  • Get a permanent URL for mock responses.
  • Real-time updates for quick testing.

Tech Stack

  • TypeScript
  • MongoDB
  • NodeJS - Express - Mongoose

Getting Started

  1. Clone the Repository:

    git clone https://github.com/chtgupta/mock_api_backend.git
    
  2. Add .env file:

    PORT = YOUR PORT
    DB_URL = YOUR DB
    
  3. Run the Application:

    tsc && node ./dist/index.js
    
  4. Web Interface: Not public yet, just use Postman for now.

Usage

Use Postman to make see and make requests

Run in Postman

Happy mocking! Simplify your development and testing workflows with this tool. For questions or issues, open an issue.

About

A TypeScript-based tool that simplifies the creation and management of mock APIs for your development and testing needs

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published