lab-antwerp-1 / home

https://lab-antwerp-1.github.io/home/randomizer
MIT License
3 stars 13 forks source link

aviv; individual-project weeks 30-31 #363

Open aviv82 opened 2 years ago

aviv82 commented 2 years ago

individual project

my repos

aviv82 commented 2 years ago

week 30

Check-In

I Need Help With:

heroku and strapi. specifically being able to set up access constantly between the two

What went well?

planning documents and wireframe are done

What went less well?

i am a bit late because i did not have my computer this week and only now starting work on project

Lessons Learned

re-learning strapi and heroku

Sunday Prep Work

colevandersWands commented 2 years ago

heroku and strapi. specifically being able to set up access constantly between the two

can you share the errors you're getting and some links to what you have set up?

aviv82 commented 2 years ago

i have followed this tutorial

it seemed to work fine until the part where i was told to install and setup yarn (i used all npm commands before this stage)

with yarn installed my build kept failing(push rejected). it only worked once i deleted yarn.lock but now when i try to see my app i get 503 server errors

colevandersWands commented 2 years ago

do you have a package-lock as well? if so try deleting both and doing it again.
if that doesn't help maybe try the whole process with npm?

knnethdw commented 2 years ago

i have followed this tutorial

it seemed to work fine until the part where i was told to install and setup yarn (i used all npm commands before this stage)

with yarn installed my build kept failing(push rejected). it only worked once i deleted yarn.lock but now when i try to see my app i get 503 server errors

You can still use NPM for it. Instead of doing yarn install, do npm install. Instead of doing git add yarn.lock, do git add package-lock.json. Don't forget to remove the existing yarn.lock if you prefer NPM.

aviv82 commented 2 years ago

week 31

Check-In

I Need Help With:

navigating fetched objects. why are they so weird?! also, re-renders in react.

What went well?

chat app is 38% functional. working on messaging now. hoping to complete all 'must haves' for sunday

What went less well?

still scrambling to make up for time lost last week. a bit behind but i think i can make it work!

Lessons Learned

re-learning strapi and heroku

Sunday Prep Work