This repository contains Node.js backend projects completed as part of The Odin Project (TOP) curriculum.
These projects helped me build real-world backend skills using Node.js, Express, EJS, and PostgreSQL.
- Description: Built a route-protected site where only authenticated members can access exclusive content.
- Skills: Express.js, authentication, sessions, route protection, basic security.
- Link: View Project
- Description: A simple message board allowing users to post messages and view them in real-time.
- Skills: Node.js, Express.js, EJS templating, CRUD operations.
- Link: View Project
- Description: Backend inventory management system with product listing, stock tracking, and basic CRUD functionality.
- Skills: Express.js, PostgreSQL integration, RESTful APIs.
- Link: View Project
Feel free to explore other projects in the repository.
git clone [https://github.com/sadykovIsmail/node.js.git](https://github.com/sadykovIsmail/node.js.git)
cd node.jscd 08-inventory-appnpm installnpm start# http://localhost:3000