The buffet diet is a website that allows you to find buffets and all you can eat places in your area.
- 🔎 Find Buffets: Find All you can eat places nearby you.
- ⭐ Community curated buffet reviews: The buffets are reviewed and tested by the community.
- 🍔 Opinionated Restaurant Details: No matter what diet you follow or dietary restrictions, here you can find a all you can eat for you. View restaurant details, including reviews, ratings, and macronutrient content.
Install dependencies
npm install
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
# To start the pocketbase server locally
./pocketbase serve
# You might have to run if you use Ubuntu: sudo ./pocketbase serve
#├─ REST API: http://127.0.0.1:8090/api/
#└─ Admin UI: http://127.0.0.1:8090/_/
- Navigate to [https://pocketbase.io/docs](Pocketbase Docs) and follow the instructions to install pocketbase on your machine.
- Download the executable
- Place executable in project root:
- Run the executable
./pocketbase serve
in the root folder.