Skip to content

MoamenAbdelwahed/nestjs-task

Repository files navigation

Power Plants Task Challenge

This project is built using the NestJS framework (NestJS).

Getting Started

Prerequisites

Before running the project, ensure Node.js is installed. Copy the .env.example file to .env and fill in the required environment variables with their corresponding values.

Running with Docker

docker-compose up --build

Installation and Running Locally

To set up the project locally, install the required dependencies using npm:

npm install -g @nestjs/cli
npm install

Running the Project

Development Mode

To run the project in development mode:

npm run start:dev

Watch Mode

For watch mode:

npm run start:watch

Production Mode

To run the project in production mode:

npm run start:prod

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published