guides
guides copied to clipboard
🗺 The official guide book for the ThoughtWorks Jumpstart program
testing with mongodb - Testing with MongoDB https://thoughtworks-jumpstart.gitbook.io/book/back-end-web-development/testing-web-services/testing-express-with-mongodb
- Testing without database https://thoughtworks-jumpstart.gitbook.io/book/back-end-web-development/testing-web-services/testing-handlers-and-routers
error handling (404 and 500)
loading (secret) environment variables using dotenv defining environment-specific variables in config files
session #4: middlewares recap: Middleware functions are functions that have access to the request object (req), the response object (res), and the next function in the application’s request-response cycle. https://expressjs.com/en/guide/writing-middleware.html...
refactoring pizzas to use express.Router()