API Design with v4 course by Scott Moss. This course website was specifically made for making online courses and optimized for use with Frontend Masters.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
^5.9.1^5.1.1^16.4.1^4.18.2^7.0.1^9.0.2^1.10.0^20.11.17^3.0.3^4.16.2^10.9.2^5.3.326
commits
feat(router.ts): add new handlers for getProduct, getProducts, and updateProduct to improve functionality and modularity of product routes
d5b2336View on GitHubrefactor(server.ts): add middleware function 'protect' to '/api' route for additional security measures
4c92284View on GitHubfix(product.ts): fix typo in belongsToId field in createProduct and updateProduct functions
fc9671bView on GitHubfeat(database): add unique constraint on Product model for id and belongsToId fields to prevent duplicate entries
aff4cb1View on GitHubfeat(product.ts): add product handlers for getting, creating, updating, and deleting products using Prisma ORM to interact with the database
6a368e1View on GitHubrefactor(user.ts): improve error handling and logging in createNewUser and loginUser functions
c2110caView on GitHubrefactor(update.ts): improve readability and add comments to update validation functions
28c9e23View on GitHubfeat(user.ts): add getUsers handler to retrieve all users
1393e4bView on GitHubfeat(router.ts): add updateValidation middleware to delete route in router
8b07e10View on GitHubfeat(validations): add update validations for PUT and POST requests
77d873aView on GitHubrefactor(router.ts): add input validation for name field in PUT /product/:id route
b1d3ee1View on GitHub