json-server icon indicating copy to clipboard operation
json-server copied to clipboard

Get a full fake REST API with zero coding in less than 30 seconds (seriously)

Results 303 json-server issues
Sort by recently updated
recently updated
newest added

I need to regenerate random data in each GET request. Since the data generation script can only be executed once during the json-server startup, I added a middleware function which...

## Feat: Implement Full-Text Search with `q` Parameter ### Problem The `q` parameter for full-text search was documented and expected by users but was not actually implemented in the codebase....

> Your file was wrong. run in terminal > > > > ``` > > json-server --watch --port 3001 ./db.json > > ``` > > > > and open http://localhost:3001/data...

[ { "id": 1, "nome": "Ana Silva", "idade": 28, "endereco": "Rua das Flores, 120 - São Paulo, SP", "altura": 1.65, "peso": 60 }, { "id": 2, "nome": "Carlos Mendes", "idade":...

주요 변경사항: ✅ 4개 치명적 보안 취약점 수정 ✅ 58개 의존성 취약점 해결 (44% 감소) ✅ 에러 타입 시스템 추가 ✅ 쿼리 파라미터 유틸리티 추가 ✅ Node.js/Webpack 호환성 이슈 문서화

Automated fix for issue #1651 in typicode/json-server.

## Update all dev dependencies ### Plan: - [x] Analyze current state of repository and dev dependencies - [x] Check current build/test/lint status (all passing) - [x] Update dev dependencies...