README.md
This commit is contained in:
parent
f73667276d
commit
6513fd2aed
1 changed files with 9 additions and 0 deletions
|
@ -45,6 +45,15 @@ To get the project up and running, follow the instructions below.
|
||||||
|
|
||||||
Your Nest.js server should now be running on port as like the port from the .env file.
|
Your Nest.js server should now be running on port as like the port from the .env file.
|
||||||
|
|
||||||
|
|
||||||
|
### Using .env File
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## API Routes
|
## API Routes
|
||||||
# Shorten URL:
|
# Shorten URL:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue