Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dchobarkar/nest-heroku
- Owner: dchobarkar
- Created: 2024-02-26T17:39:00.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-27T07:57:20.000Z (11 months ago)
- Last Synced: 2024-04-17T04:16:36.120Z (9 months ago)
- Topics: heroku, nestjs, typescript
- Language: TypeScript
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)