akbelcolak / language-platform

Heroku
https://language-platform.herokuapp.com/
1 stars 2 forks source link

Deploying to Heroku #29

Open colevandersWands opened 4 years ago

colevandersWands commented 4 years ago

I've put together this little repository to show a simple way to organize your project for deployment. It won't be very much work to adapt your code for this workflow: https://github.com/HackYourFutureBelgium/organized-for-deployment

Matthieu and I will continue to update this repo with more information as we see what you're struggling with

akbelcolak commented 4 years ago

Oh, thank you so much Evan! I really need to see examples as I really don’t know where to start.

On 19 Mar 2020, at 10:53, Evan Cole notifications@github.com wrote:

I've put together this little repository to show a simple way to organize your project for deployment. It won't be very much work to adapt your code for this workflow: https://github.com/HackYourFutureBelgium/organized-for-deployment https://github.com/HackYourFutureBelgium/organized-for-deployment Matthieu and I will continue to update this repo with more information as we see what you're struggling with

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/akbelcolak/language-platform/issues/29, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANAYQCFFZDX64ZNEKNN4JHLRIHTSNANCNFSM4LPEZRAQ.

colevandersWands commented 4 years ago

is this repository enough of an example? Let me know what else I can put together for you.

If you refactor on another branch I can review the code before you merge to master

akbelcolak commented 4 years ago

@evan if you had two files: frontend and backend, where do you put your deployement file and where development file? or is it better to put one in another?

mmelcot commented 4 years ago

Hi @akbelcolak. I am having a look at your repo structure.

You will have to adapt it a bit:

You can really mimick what you see in https://github.com/HackYourFutureBelgium/organized-for-deployment.