Skip to content

egagofur/boilerplate-nest-drizzle

Repository files navigation

Project Name

This project is a boilerplate for a NestJS application using Drizzle ORM.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Node.js
  • Yarn, Npm or Bun

Installation

  1. Clone the repository:
git clone https://github.com/egagofur/boilerplate-nest-drizzle.git
  1. Install dependencies:
bun install
  1. Create a .env file in the root of the project and add the following environment variables:
DATABASE_URL=postgres://user:password@localhost:5432/database

Running the Application

To start the application, run:

bun start

Built With

  • NestJS - A progressive Node.js framework for building efficient, reliable and scalable server-side applications.
  • Drizzle ORM - An ORM for Node.js focused on providing a simple, user-friendly interface for querying and manipulating data.