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
Note You will likely want to refer to hack davis judging app code's backend to see what decent API code looks like. Please build on top of our decent practices by adding your own good practices. DO NOT treat the hack davis judging app code as if it's a complete source of truth since much of that code is not perfect. Just use it as a source of inspiration.
Also, please check on these parts in the order I listed (datalib, api, actions). Some of these things might not exist so create them.
For building out the REST API, follow this guide here for CRUD conventions, we are just doing POST, PUT, GET, DELETE
The text was updated successfully, but these errors were encountered:
There should only be two things:
For each of these, check and test:
Note You will likely want to refer to hack davis judging app code's backend to see what decent API code looks like. Please build on top of our decent practices by adding your own good practices. DO NOT treat the hack davis judging app code as if it's a complete source of truth since much of that code is not perfect. Just use it as a source of inspiration.
Also, please check on these parts in the order I listed (datalib, api, actions). Some of these things might not exist so create them.
For building out the REST API, follow this guide here for CRUD conventions, we are just doing POST, PUT, GET, DELETE
The text was updated successfully, but these errors were encountered: