Bring the Wines

Find and buy red and white wines from a local (Singaporean) seller
image www.bringthewines.sg

Build notes

Built with Next.js, tailwindcss, React, with MongoDB as database, deployed on Vercel, domain from GoDaddy

Getting Started

First, run

npm i

Get the .env variables from Kahhow
Keep .env at the root of the development folder, else you will start seeing errors like these: image

Then run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

After setting up, if you are using a new MongoDB database, you can run the following command to seed some basic data:

node seed.js

References