README.md

This commit is contained in:
Kfir Dayan 2024-01-22 15:48:40 +02:00
parent 6513fd2aed
commit 624357b536

View file

@ -31,26 +31,20 @@ Before you begin, ensure you have met the following requirements:
## Getting Started
To get the project up and running, follow the instructions below.
To get the project up and running,Choose one of the options and follow the instructions below.
### Using Docker Compose
1. Clone the repository:
### 1. Using Docker Compose
```bash
git clone https://git.dayanhub.com/kfir/tiny-url-microservice.git
cd tiny-url-microservice
docker-compose -f docker-compose.yaml up -d --build
```
Your Nest.js server should now be running on port as like the port from the .env file.
### Using .env File
### 2. Using Dev Environment
1. Create a `.env` file in the root directory of your project.
2. Add the necessary environment variables to the `.env` file as shown below.
3. run `npm run start:dev` to start the server.
run `npm run start:dev` to start the server.