#SneakerDB - Sneaker E-commerce System
SneakerDB is a web-based sneaker e-commerce system built using DBMS concepts. It allows users to browse sneakers, add to cart, place orders, and make payments. An admin panel is also provided to manage products, customers, and orders.
- Frontend: HTML, CSS, JavaScript
- Backend: Node.js, Express.js
- Database: SQL Server (SSMS)
- View sneakers
- Add to cart
- Checkout & payment
- Receipt generation
- View products
- Add/Delete products
- View orders
- View customers
- Install dependencies: npm install
- Start server: node server.js
- Open:
- index.html → User side
- admin.html → Admin panel
- Create database: sneakerDB
- Run SQL queries
- Insert sample data
node_modules is excluded. Install using npm install.
Ashmita Mazumdar