Best of BunDecember 2023

  1. 1
    Article
    Avatar of asayerasayer·2y

    Creating an API with Bun

    Learn how to use Bun, a new JavaScript runtime, to create a full API. Explore the features of Bun, set up your development environment, create a database, implement services and controllers, and set up a Bun-Elysia server.

  2. 2
    Article
    Avatar of bitBits and Pieces·2y

    How To Build a Web API using Express.js, Bun and MongoDB?

    Learn how to build a high-performing Express.js API backed by MongoDB using Bun. This article provides step-by-step instructions for setting up the application, installing the necessary tools, designing the MongoDB schema, defining business logic in controllers, adding routes, and configuring MongoDB. It also covers adding monitoring to Express.js applications with logging and data validation using express-validator.