Skip to content

pratyakash/fastify-mikro-postgres

Repository files navigation

Fastify MikroORM Postgres Integration

This project demonstrates the integration of Fastify, MikroORM, and PostgreSQL in a TypeScript environment.

Getting Started

Prerequisites

  • Node.js (>=20.x)
  • Yarn

Configuration

Configuration options can be set in the .env file. Make sure to copy config.env.example to .env and adjust the values as needed.

Installation

git clone https://github.com/pratyakash/fastify-mikro-postgres.git
cd fastify-mikro-postgres
yarn install

Development

To run the project in development mode with automatic reloading:

yarn dev

Production

To build and start the project in production mode:

yarn build
yarn start

Docker Compose

To start the docker

docker-compose up --build -d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published