Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1 KB

README.md

File metadata and controls

23 lines (17 loc) · 1 KB

Real-Time Pizza Ordering System

This project aims to create a real-time pizza ordering system using Node.js, MongoDB, JavaScript, and Stripe for payment processing.

Project Overview

The project intends to build a web application that enables users to order pizzas online in real-time. Key features include:

  • User registration and authentication
  • Browse menu with customizable pizza options
  • Real-time order tracking
  • Secure payment processing using Stripe API

Technologies Used

  • Node.js: Backend JavaScript runtime environment
  • Express: Web application framework for Node.js
  • MongoDB: NoSQL database for storing user data, menu items, and orders
  • Socket.IO: Library for real-time, bidirectional communication between web clients and servers
  • Stripe API: Payment processing API for securely handling transactions
  • HTML/CSS/SCSS: Frontend markup and styling
  • JavaScript: Frontend and backend scripting language
  • Git/GitHub: Version control and collaboration platform