A Development Tool for Mock API Creation
A lightweight local API simulator designed to help developers:
β
Create custom mock endpoints
β
Test frontend applications
β
Simulate backend responses
Frontend:
- React 18 + Vite
- Material UI v5
- Modern UI/UX
Backend:
- Node.js + Express
- File-based storage
- RESTful architecture
- Dynamic endpoint creation
- Full HTTP method support (GET/POST/PUT/DELETE)
- Custom JSON response configuration
- Item-level resource access
- Beautiful responsive interface
# 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- All API data persists locally
- No database required
- Perfect for prototyping
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