// server.js const express = require('express'); const bodyParser = require('body-parser'); const app = express(); const PORT = process.env.PORT || 5000; // Middleware app.use(bodyParser.json()); // Routes app.get('/api/restaurants', (req, res) => { // Logic to fetch list of restaurants from database res.json(restaurants); }); app.post('/api/orders', (req, res) => { const { customerId, items } = req.body; // Logic to process order and save it to database res.json({ success: true, message: 'Order placed successfully' }); }); // Start server app.listen(PORT, () => { console.log(`Server is running on port ${PORT}`); });
top of page

STUFFED PIZZA

19.50
  2.25
28.00

PAN PIZZA

14"

18.00
  1.75
24.50

10"

14"

12"

10"

12"

CHEESE

Each additional topping

DAMENZO'S  (everything)

15.95
  1.25
20.20

18.00
  1.75
24.50

19.50
  2.25
28.00

CHEESE

Each additional topping

DAMENZO'S  (everything)

15.95
  1.25
20.20

SAUSAGE - PEPPERONI - MUSHROOM - ONIONS - PEPPERS - OLIVES - SPINACH - FRESH BASIL - FRESH TOMATO - FRESH GARLIC - CHICKEN - ANCHOVIES - GROUND BEEF - ITALIAN BEEF

Carry Out

ORDER NOW​


(312) 421-1142
2324 W. Taylor St.
(Taylor St. Location)

Serving you since 1985

OUR FRESH, MADE TO ORDER PIZZA COMBINES A WIDE VARIETY OF THE BEST INGREDIENTS AND TOPPINGS ON OUR SIGNATURE CRUSTS. WE ALSO OFFER MOUTH-WATERING PASTA, SANDWICHES, MEXICAN FOOD AND MORE ON OUR EXTENSIVE & DELICIOUS MENU

  • facebook

© 2015 by Damenzos Pizza Proudly created with Kwick Bite LLC - ATTENTION!! Prices are subject to change without notice!

bottom of page