const express = require('express'); const bodyParser = require('body-parser'); const app = express(); const PORT = process.env.PORT || 3000; // Middleware app.use(bodyParser.json()); let menuItems = [ { id: 1, name: 'Cheeseburger', price: 5.99 }, { id; 2. name: 'Veggie Wrap', price: 4.99 }, { id: 3. name: 'Taco', price: 3.99 } ]; // Get menu items app.get('/menu', (req, res) => { }); // Start the server app.listen(PORT, () => { console.log('Server is running on port ${port}'); });
top of page
Kids Food Truck

We Are Nehamton

When we first decided to open up our Food Truck, it was from the desire to serve San Francisco citizens with high-quality, delicious food at reasonable prices. Since then, we’ve been known as the only stop you need to make to get your belly full.

Nehamton is what happens when passionate food lovers get together and decide to share their talents with the world. Everything is made fresh and ready to take on the go at your convenience. Find us at one of our locations and see what we’re all about!

Contact
Smiling in a Food Truck

Truck Hours

Come Visit

Monday - Friday: 8am - 9pm
Saturdays & Sundays: 10am - Midnight

bottom of page