-
-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
backend deployment suggestions #125
Comments
@singhayushh can you put your thoughts |
If this application is just a working prototype of the idea rather than a full fledged application, I'd recommend heroku as it is better suited for backend hosting. |
yah I also feel same can you provide me detailed steps to deploy to Heroku ? |
There are two ways by which you can deploy the app on heroku. The other is using git cli, if you like to work with the keyboard more than the mouse. Here's the official documentation with all necessary steps - View Docs Note: To deploy on heroku, the repository needs to have a |
@singhayushh @ayan-biswas0412 I think we are using nodejs in this project, so will it be required to add serverless functions to it...because I have one of my projects made using nodejs but as soon as I deployed it on netlify it gave an error regarding you need serverless functions for it........ |
I have deployed general nodejs applications on heroku before without the errors you mentioned of. But if we are able to add serverless functions, it'll be really great as there are a lot of advantages of serverless apps. |
Can you guide me how to deploy this on netlify or heroku |
You need to have your app.js in the root directory. Workaround for sub directories -> View Solution |
@singhayushh can you guide me like our backend folder is only needed to be deployed in the Heroku (not the entire repo so how to do that) |
also @singhayushh please open issues regarding backend |
Okay. I'll need a week's time though. Have exams going on. Please excuse me for a week 😅 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Is your feature request related to a problem? Please describe.
how to deploy properly the backend some ideas needed
The text was updated successfully, but these errors were encountered: