Node.js full-stack fundamentals: Express, MongoDB, JWT auth, file uploads, real-time apps with Socket.io, GraphQL, TypeScript, and deployment. Includes Book Store API and real-time chat projects.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
24
commits
feat: implement API versioning and rate limiting middleware; add item routes
5f159e2View on GitHubfeat: initialize express application with basic server setup and dependencies
c99f31fView on GitHubMerge branch 'main' of https://github.com/iprytula/node-js-course into main
9e7f37aView on GitHubfeat: initialize Node.js GraphQL server with product management functionality
245cce0View on GitHubcreated simple Node.js socket chat application with Express and Socket.io
482eadbView on GitHubfeat: add getBookWithAuthor route to retrieve book details with author information
4257b8dView on GitHubfix: remove unused import of express in book controller
a44e033View on GitHubfeat: add book model, controller, and routes for managing books and authors
3196984View on GitHubfeat: enhance product controller with stock status and add product stats and analysis routes
6f7ee47View on GitHubfeat: initialize mongo-db-intermediate project with Express and Mongoose
d0632fdView on GitHubfeat: add change password and logout functionality to auth routes
82bde58View on GitHubfix: rename uploadFile to uploadImage for consistency
1b74305View on GitHubfeat: integrate Cloudinary for image upload and management
979be46View on GitHub