Skip to content

lansow/local-fake-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Fake API Builder Project

A Development Tool for Mock API Creation

πŸš€ Overview

A lightweight local API simulator designed to help developers:
βœ… Create custom mock endpoints
βœ… Test frontend applications
βœ… Simulate backend responses

πŸ’» Tech Stack

Frontend:

  • React 18 + Vite
  • Material UI v5
  • Modern UI/UX

Backend:

  • Node.js + Express
  • File-based storage
  • RESTful architecture

✨ Key Features

  • Dynamic endpoint creation
  • Full HTTP method support (GET/POST/PUT/DELETE)
  • Custom JSON response configuration
  • Item-level resource access
  • Beautiful responsive interface

πŸ› οΈ Setup

# 1. Clone repo
git clone https://github.com/lansow/local-fake-api.git

# 2. Setup backend
cd server && npm install

# 3. Setup frontend 
cd ../client && npm install

# 4. Run both services
cd ../server && npm start
cd ../client && npm run dev

πŸ“ Notes

  • All API data persists locally
  • No database required
  • Perfect for prototyping

πŸ€– Development Note

This project was developed with AI assistance for:

  • Code optimization
  • Architecture design
  • Problem solving
  • UX improvements

πŸ“Œ Important: For development/testing purposes only. Not recommended for production use.

πŸ”— Project Repository: github.com/lansow/local-fake-api

powered by lansow and ai

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors