A simple Node.js REST API that provides fake users, posts, and comments data — perfect for frontend testing, prototyping, or learning backend development.
- Fully RESTful API for Users, Posts, and Comments
- Supports CRUD operations: Create, Read, Update, Delete
- In-memory data storage (data resets on server restart)
- Clean modular code with routes and models separated
- Custom error handling with meaningful messages
- Lightweight and easy to extend
- Node.js
- Express.js
- Node.js installed
git clone https://github.com/raoulbock/Fake-JSON-Generator-API
cd Fake-JSON-Generator-API
npm install