-
To explain, I have built a simple web app that brings the movie data from my Node express server using proxy. For the original working repository(https://github.com/PricelessCode/YTS-Movie-App), I have separated the client-side code(React)(folder name: movie-app) and the server-side code(Node)(folder name: server). After finished developing, since I wanted to deploy the app to the Heroku server, I decided to make a build version out of the client-side code and put it inside the server directory(I used npm run build).
-
AppSignal
Monitoring that respects your time & budget. APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.
-
To deploy the app using Heroku, I have created another repo(https://github.com/PricelessCode/heroku-movie-app) that is directly connected to the Heroku server. However, whenever I try to push to the heroku master, errors show up like below everytime keeping me from pushing.
-