Introduction
This API was created to give students and staff a place to play with API's and practice their CRUD skills!
Before you start your application using the sandbox. Make sure to set up you env.js with the correct configuration variables.
This API was created to give students and staff a place to play with API's and practice their CRUD skills!
Before you start your application using the sandbox. Make sure to set up you env.js with the correct configuration variables.
export const dev = window.location.origin.includes('localhost')
export const baseURL = 'https://sandbox.codeworksacademy.com/'
export const domain = 'codeworksclassroom.auth0.com'
export const audience = 'https://codeworksclassroom.com'
export const clientId = 'pOXw2OGv1LsYi7LEBmDF04RLkXQvldml'
Authentication on this website is also setup in a "sandbox" style environment. When signing up you Do Not need to use your codeworks credentials. You can create a totally fake set of credentials to play around as different users.
Each model is different and has it's own "rules", the same goes for each models available endpoints. Some are totally open and require no auth, some are totally locked down while others have a mix.
When browsing endpoints look out for the to determine which endpoints require you to be logged in.
Once you have your configuration set up, select the model you want to work with and familiarize your self with it's properties and HTTP methods for it.
Due to it's flexible nature a lot of the data in this API might be of low quality. Please due your best not to post any data you wouldn't want to see on your own website, and avoid creating "test" you can't delete.
This tool can help you with most problems but this tool is always in development and might not have all the answers. Feel free to ask your instructor any questions about this API
There are several data sets available for when you have your own database set up, to populate it with rich data.
Click on the box to download all the datasets at once or choose individual datasets to download