Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dchobarkar/nest-heroku

This guide walks through the process of deploying a production-ready NestJS application to Heroku. Follow these steps to get your NestJS application running on the web.
https://github.com/dchobarkar/nest-heroku

heroku nestjs typescript

Last synced: about 2 months ago
JSON representation

This guide walks through the process of deploying a production-ready NestJS application to Heroku. Follow these steps to get your NestJS application running on the web.

Awesome Lists containing this project

README

        

# Deploying NestJS App to Heroku

## Description

This guide walks through the process of deploying a production-ready NestJS application to Heroku. Follow these steps to get your NestJS application running on the web.

## Installation

Ensure you have Node.js installed, then clone the project and install its dependencies:

$ git clone https://github.com/dchobarkar/nest-heroku.git
$ cd nest-heroku
$ npm install

## Usage

To run the application, use the following command:

$ npm run start:dev

Navigate to `http://localhost:3000` in your browser to use the application.

## Contributing

Contributions to this project are welcome. Follow these steps to contribute:

1. Fork the repository
2. Create a new branch (`git checkout -b feature/YourFeature`)
3. Commit your changes (`git commit -m 'Add some feature'`)
4. Push to the branch (`git push origin feature/YourFeature`)
5. Open a pull request

## License

Distributed under the MIT License. See `LICENSE` file for more information.

## Contact

Darshan Chobarkar - [@dchobarkar](https://www.linkedin.com/in/dchobarkar/) - [@barbatos\_\_08](https://twitter.com/barbatos__08) - [email protected]

Project Link: [https://github.com/dchobarkar/nest-heroku](https://github.com/dchobarkar/nest-heroku)