You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our project, Jamal's Stats is unique in its backend code because of our implementation of an API. Instead of creating instances of each class through post requests, instances of each class are created with each result from the f1 API. Hence, I implemented post, put, delete, and get through use of comments, likes, and dislikes. The user CREATEs (Posts) a comment, the user can READ (Get) data from the formula 1 API that is stored within our database, the user can UPDATE (put) the likes and dislikes of a driver, and the user can DELETE (Delete) a comment.
Hacks