Typescript-Node-Stack

This is a sample project that demonstrates how to configure a Typescript-based Node.js application to run on Docker.

Prerequisites

To run this application, you'll need the following installed on your machine:

  • Node.js (version 14 or later)
  • Docker

Installation

  1. Clone the repository: git clone https://github.com/tundx0/typescript-node-stack.git
  2. Navigate into the project directory: cd typescript-node-stack
  3. Install dependencies: yarn install

Usage

To run the application, follow these steps:

  1. Build the Docker image and run the container: docker compose up

The application should now be accessible at http://localhost:3333.