Conversation
RHSebregts
left a comment
There was a problem hiding this comment.
Hi, I think this all works nicely, good job. Please make sure you use the proper indentation, this really makes code soo much easier to read (and write also!). If you need help setting that up, or want a refresher on indentation, feel free to reach out!
On a similar note, using empty lines to space out your code is always a nice visual aid as well.
There was a problem hiding this comment.
NEVER EVER EVER UPLOAD YOUR API KEYS!!!!!!!!!! Instead put them either in an .env file, or use them as runtime arguments (API_KEY=123245 node server.js and then process.env.API_KEY in code)
There was a problem hiding this comment.
I did it and add the last modification commit, it is very useful feedback because i made a big error with sharing my API_key
|
Fetch APIS from the backend and make test