Skip to content

yassersaidi/nest-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nest Server

Overview

This project is a web application built with Nest.js, TypeORM, PostgreSQL, and Docker.

Getting Started

Development Setup

  1. Update Database Host:

    • Change POSTGRES_HOST in your .env file to localhost.
  2. Build and Start Services:

    docker-compose up --build
  3. Run migrations:

    npm run migrate

Production Setup

  1. Update Database Host:

    • Change POSTGRES_HOST in your .env file to prod_db.
  2. Build and Start Services:

    docker-compose -f docker-compose.prod.yml up --build

That's it

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages