Skip to content

aryan-mehrabi/obon-website

Repository files navigation

Full-stack E-commerce Applicaition

Introduction

A full-stack e-commerce application features dual-language support and a convenient admin panel built with Next.js, Prisma, and PostgreSQL.

📚 Tech Stacks

⚙️ Getting Started

Requirements

To run this app locally you need

Developer Quickstart

Want to get up and running quickly? Follow these steps:

  • Clone the repository to your local device.

    git clone https://github.com/aryan-mehrabi/obon-website.git
  • Set up your Postgres Database

  • Set up your .env file using the recommendations in the .env.example file.

  • Run npm install in the root directory

    npm install
  • Run npm run dev in the root directory

That's it! You should now be able to access the app at http://localhost:3000

🙇 Author