> For the complete documentation index, see [llms.txt](https://docs.ionicfirebaseapp.com/restaurantbackend/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionicfirebaseapp.com/restaurantbackend/deployment/heroku-nodejs-api.md).

# Heroku NodeJS Api

## Install Heroku Cli

Once you done all the required changes in finish local setup of the project and ready to production.

You need to install [Heroku-cli](https://devcenter.heroku.com/articles/heroku-cli#download-and-install). It's available for MAC, Linux and Windows machine. Please follow this link and install CLI for deployment.

{% embed url="<https://devcenter.heroku.com/articles/heroku-cli#download-and-install>" %}

## Check Heroku-CLI installation

```
$ heroku --version
```

{% hint style="info" %}
If above command return the version number of heroku-cli then your heroku cli install and ready for deployment.
{% endhint %}

You need to Login with your heroku credential

```
$ heroku login // It will ask your heroku Email / pass 
```

## Create Heroku app and Deploy&#x20;

1. Login to <https://dashboard.heroku.com> .
2. Create New app&#x20;

![Create heroku app from their dashboard ](/files/-LkOnCf_tfE40gvabkqP)

Once app created go to the deploy Tab and you can see your app git info that required app to deploy.

![Heroku used Git to deploy your script ](/files/-LkOnqk-I-tj6feBbALM)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ionicfirebaseapp.com/restaurantbackend/deployment/heroku-nodejs-api.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
