Skip to content

Releases: RaoulBock/Fake-JSON-Generator-API

Initial Release – Fake JSON Generator API v1.0.1

10 Jul 19:44
cbfd17d

Choose a tag to compare

Release v1.0.0

🎉 Initial release of JSON Placeholder API!

  • Implemented full CRUD endpoints for users, posts, and comments.
  • Added in-memory data storage for quick prototyping without a database.
  • Included centralized error handling with custom ApiError class.
  • Modularized codebase into routes and models for easy maintenance.
  • Ready to use for frontend testing or backend learning.

How to get started:

  • Clone the repo
  • Run npm install
  • Start server with node server.js

Thank you for checking out this project! Feel free to submit issues or pull requests.


Looking forward to your feedback! 🚀