express-api-example

There are 2 repositories under express-api-example topic.

  • MettaSurendhar/express-api-boilerplate

    Express API Boilerplate is for building scalable APIs with separate controllers, routes, and validation. Includes basic error handling and sample test cases.

    Language:JavaScript210
  • masum184e/expressjs_mongoose_fake_api

    It serves as a playground for simulating a RESTful API environment similar to JSONPlaceholder, utilizing MongoDB with Mongoose and Express.js for seamless CRUD operations. You can easily perform GET, POST, PATCH, and DELETE requests, mimicking real-world scenarios within a controlled environment.

    Language:JavaScript0100