Skip to content

psinalberth/node-shopping

Repository files navigation

Node Shopping

GitHub package.json version GitHub license

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.


Table of Contents


About

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.

Key Highlights:

  • TypeScript for type safety and maintainability.
  • Pug for server-side templating.
  • MongoDB for flexible database storage.
  • Express as the web application framework.

Features

  • 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.

Installation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published