Krzak
Learning how to test API with NUnit and Nsubstitute
I'll try that out, looks way more friendly. Will this be useful for testing a web app too or is something else used? The API is used by the web app so it looks like it needs a similar technique to provide needed data without asking the real database
22 replies
❔ ✅ Manipulating JSON
I'm not sure if it's even a good idea because I'd have to make the call for each of the movies for the production date and that seems like a lot of traffic, I tried to find a different API but filmweb isn't publicly available and imdb is restricted, I'm not exactly a movie person .-. unleeessss wikipedia?
15 replies
✅ App advice before starting writing anything
And there's another thing now. I have a "search bar" where the user inputs a movie title. This title is then pasted into a url and I receive a result of this search, a list of movies.
I want to display them as a list so I made a new view for this. The template project has a similar thing, two views can be selected from a menu. What I don't understand is that they're connected to Home controller like this
24 replies
✅ App advice before starting writing anything
btw since that's a template and has a looot of weird files, how do I deal with uploading it on github? I'm sure I'll break something if I'll try to remove seemingly unnecessary files but on the other hand it doesn't feel right to just send all of them there.
24 replies