A simple shopping cart application built using Node.js and TypeScript, focused on demonstrating the use of modern web technologies like Express, Pug, and MongoDB.
Node Shopping is a lightweight and modular shopping cart application. It is designed as an educational project to demonstrate how to build scalable web applications using Node.js and modern JavaScript tools.
- TypeScript for type safety and maintainability.
- Pug for server-side templating.
- MongoDB for flexible database storage.
- Express as the web application framework.
- Add, update, and remove items from the shopping cart.
- User-friendly interface with server-side rendering.
- RESTful API for shopping cart operations.
- Integration with MongoDB for persistent data storage.
To get started with the Node Shopping application, clone the repository and install the dependencies:
git clone https://github.com/psinalberth/node-shopping.git
cd node-shopping
npm install