Wiredcraft / test-fullstack

6 stars 43 forks source link

Full-stack test submission #66

Closed swawrzyn closed 2 years ago

swawrzyn commented 2 years ago

Hello all,

Here's my submission for the full-stack assignment, all the requirements and build instructions are located in the repo readme. You can view the live version at: https://swawrzyn.github.io/test-fullstack/.

It was a cool little project, especially learning the ins-and-outs of both React and NestJS at the same time. It probably took me a bit longer to do it, but it was a great experience.

I went redux for the store, which is probably overkill. I wanted to check it out and it let me use patterns that I've used before in Vuex.

Otherwise, the time in NestJS was great, pretty enjoyable development experience overall. Testing was a bit hard to get going because I've been used to including the DB in unit tests as well. It was great that NestJS forced me to use mocking a bit more, it really increased my knowledge of proper unit testing techniques.

If you have any questions or issues with the submission at all, please let me know.

Thanks!

rankun203 commented 2 years ago

I think we have gathered enough information with the PR, thanks 👍