Skip to content

An e-commerce web application to immerse yourself in the beloved Sims 4 world.

Notifications You must be signed in to change notification settings

raquel-f/simmer-eats

Repository files navigation

Simmer Eats

Simmer Eats

Order up some Sim-tastic cuisine and let the flavour take you on a virtual journey.
A web application to immerse yourself in the beloved Sims 4 world.

Vercel Status

💻 Technology Stack

Static Badge Static Badge Static Badge Static Badge Static Badge Static Badge Static Badge Static Badge

🚀 Quick start

  1. Local Development Mode
# clone the repository
git clone https://github.com/raquel-f/simmer-eats.git

# install dependencies
npm install
  1. Setup Environment Variables
# API URL for backend communication
NEXT_PUBLIC_API_URL=...

# Stripe Key for payment integration
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=...

# Stripe Secret Key for payment integration
STRIPE_SECRET_KEY=...
  1. Run the project
# run the project
npm run dev
  1. Open the website

    Open http://localhost:3000 with your browser to see the result.

  2. Open the source code

    The page auto-updates as you edit the files. Don't forget to save the changes!

🧐 What's inside?

A quick look at the top-level files and directories you'll see in a Next.js 13.4 project.

.
├── .next
├── app
├── node_modules
├── public
├── .env.local
├── .gitignore
├── jsconfig.json
├── middleware.js
├── next.config.js
├── package-lock.json
├── package.json
├── postcss.config.js
├── README.md
└── tailwind.config.js

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.