Week03 Project03 Server Resources
Typescript
Devtools
- How to get the most out of the JavaScript console
- Get Started with Debugging JavaScript in Chrome DevTools
- Viewing And Changing The DOM in Chrome DevTools
- Firefox Page Inspector
- Simulate Mobile Devices with Device Mode in Chrome DevTools
- A Guide To New And Experimental CSS DevTools In Firefox
Express and RESTFUL APIs
-
Setting up Typescript and Express
A guide on setting up the tools for this weeks project. Good explanation on generating and modifying a TS config file
-
Node fs and Express
Good node tutorial demonstrating using json object as a mock database
-
How to parse data with Express
A brief guide to the different ways you can deal with data in your server
-
Testing your server
Documentation on using Postman to make a collection of tests for api endpoints