Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.64 KB

readme.md

File metadata and controls

24 lines (15 loc) · 1.64 KB

WDCC - server-side JavaScript, Node.js, Express & APIs

Links:

Task:

The activity for this workshop will be based on a live demo working through and building the API. This will be shared on the projector and Zoom session; it will also be recorded to be shared later.

This workshop will cover the content in the slides and then work through making a basic API that lets you Create, Read, Update and Delete data from a database.

This server-side workshop simplifies the practice of these concepts by not using a proper database; however, a mock database and data access functions have been included that simulate how a database would be accessed and modified through calls to JavaScript functions. Databases will be covered in a later workshop.

The API created in this workshop is designed to be the server-side API that will connect to the user interface that was prototyped in the HTML & CSS workshop and the React user interface that you will create in the next workshop.

The final user interface that will be completed at the end of the workshop series will allow a user to interact with the full functionality of the API you will build in this workshop and it look something like this and:

img