Skip to content

GrigHakobyan/nodejs-pg-redis

Repository files navigation

Node.js(TypeScript) app with PostrgreSQL(No ORM) and Redis appliction in Docker/Compose

This repository contains a Node.js application that uses PostgreSQL and Redis, and is Dockerized for easy deployment.

Getting Started

Follow these steps to run the Node.js application with PostgreSQL and Redis in Docker:

  1. Clone this repository:

    git clone https://github.com/GrigHakobyan/nodejs-pg-redis.git app
  2. Navigate to the repository:

    cd app
  3. make a .env file and set the values

  4. build docker images & run containers

    docker-compose up --build
  5. view running containers

    docker ps

You can stop the running containers anytime using this command

   docker-compose down 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published