https://github.com/yeabtsega1/yb-restaurant
https://github.com/yeabtsega1/yb-restaurant
expressjs mernstack mongodb nodejs reactjs restaurant
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yeabtsega1/yb-restaurant
- Owner: Yeabtsega1
- Created: 2024-06-08T11:35:42.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-14T08:21:13.000Z (12 months ago)
- Last Synced: 2024-12-27T08:08:57.488Z (5 months ago)
- Topics: expressjs, mernstack, mongodb, nodejs, reactjs, restaurant
- Language: JavaScript
- Homepage: https://yb-restaurant.netlify.app/
- Size: 4.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
YBRESTAURANT
├─ backend
│ ├─ .env
│ ├─ index.js
│ ├─ package-lock.json
│ ├─ package.json
│ └─ Procfile
└─ frontend
├─ package-lock.json
├─ package.json
├─ public
│ ├─ images
│ │ ├─ Donburi.webp
│ │ ├─ Kashi Pan.webp
│ │ ├─ Miso Soup.webp
│ │ ├─ Natto.webp
│ │ ├─ Oden.webp
│ │ ├─ Ramen.webp
│ │ ├─ Sashimi.webp
│ │ ├─ Soba.webp
│ │ ├─ Sukiyaki.webp
│ │ ├─ Sushi.webp
│ │ ├─ Tamagoyaki.webp
│ │ ├─ Tempura.webp
│ │ ├─ Tofu.webp
│ │ ├─ Tonkatsu.webp
│ │ ├─ Udon.webp
│ │ └─ Yakitori.webp
│ ├─ index.html
│ ├─ manifest.json
│ ├─ robots.txt
│ └─ YB.ico
└─ src
├─ App.css
├─ App.js
├─ App.test.js
├─ components
│ ├─ Aboutus
│ │ ├─ Aboutus.css
│ │ └─ Aboutus.js
│ ├─ cart
│ │ ├─ Cart.js
│ │ ├─ Checkout.css
│ │ └─ Checkout.js
│ ├─ Contactus
│ │ ├─ Contactus.css
│ │ └─ Contactus.js
│ ├─ Home Page
│ │ ├─ Home.css
│ │ └─ Home.js
│ ├─ images
│ │ ├─ aboutus.webp
│ │ ├─ bruschetta.jpeg
│ │ ├─ contact.jpeg
│ │ ├─ food.jpeg
│ │ ├─ food.webp
│ │ ├─ foodie.jpeg
│ │ ├─ Front1.jpg
│ │ ├─ greek-salad.webp
│ │ ├─ lemon-dessert.webp
│ │ ├─ menu.webp
│ │ └─ YB.jpeg
│ ├─ Menu
│ │ ├─ data.js
│ │ ├─ Menu.css
│ │ └─ Menu.js
│ ├─ Navbar
│ │ ├─ Navbar.css
│ │ ├─ Navbar.js
│ │ ├─ Navbar1.css
│ │ └─ Navbar2.js
│ ├─ Payment
│ │ ├─ Payment.css
│ │ └─ Payment.js
│ ├─ TestComponent.css
│ └─ User
│ ├─ login.js
│ └─ register.js
├─ index.css
├─ index.js
├─ reportWebVitals.js
└─ setupTests.js```