You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository is handling two different services simultaneously:
The api server
The dynamic frontend server
Challenges
This made deployment difficult as a change in some process files like Procfile for Heroku affected both process but it is supposed to be unique for each process.
Solutions
Split the product into two(2) microservices:
Api Server
Dynamic frontend server
The text was updated successfully, but these errors were encountered:
This repository is handling two different services simultaneously:
Challenges
This made deployment difficult as a change in some process files like
Procfile
for Heroku affected both process but it is supposed to be unique for each process.Solutions
Split the product into two(2) microservices:
The text was updated successfully, but these errors were encountered: