fac19 / Week8-BFOP

https://snippetsofcode.herokuapp.com/
0 stars 2 forks source link

WOW 🤩 #46

Open hannahgooding opened 4 years ago

hannahgooding commented 4 years ago

Awesome that you used you're own API and really cool app idea and implementation. Interesting that you've chosen to combine the backend and frontend into one application, rather than sending requests to an external API, we would be curious to know the reason behind this.

Great job with validation and nice interface, so much done in so little time, wow! Code snippets look beautiful, cool library for syntax highlighting.

VatsKan commented 4 years ago

nice file structure, easy to navigate code also

Roger-Heathcote commented 4 years ago

@hannahgooding We bundled it all as one for two reasons. Firstly we figured we might have to make some changes to the API code (and we did) so it would be easier to have a single codebase rather than two. Secondly we didn't feel like risking CORS problems as we hadn't designed our API with that inmind last week. Serving everything from the same origin mitigates that.