/Piyyuuu-Store

Piyyuuu Store is an e-commerce web application built with Next.js and TypeScript. This project is to provide a seamless shopping experience.

Primary LanguageTypeScriptMIT LicenseMIT


Logo

Piyyuuu Store

Piyyuuu Store is an e-commerce web application built with Next.js and TypeScript. This project is designed to provide a seamless shopping experience with modern web technologies, ensuring high performance and scalability.

Table of Contents

Features

  • User Authentication: LOGIN & REGISTER
  • Product Management: COMING SOON
  • Shopping Cart: COMING SOON
  • Responsive Design: COMING SOON
  • Search Functionality: COMING SOON

Tech Stack

Installation

  1. Clone the repository:

    git clone https://github.com/kibieptr/Piyyuuu-Store.git
    cd Piyyuuu-Store
  2. Install dependencies:

    npm install
    # or
    yarn install
  3. Setup environment variables: Create a .env.local file in the root directory and add the necessary environment variables.

    FIREBASE_API_KEY = YOUR FIREBASE API
    FIREBASE_AUTH_DOMAIN = YOUR FIREBASE AUTH
    FIREBASE_PROJECT_ID = YOUR FIREBASE PROJECT ID
    FIREBASE_STORAGE_BUCKET = YOUR FIREBASE STORAGE
    FIREBASE_MESSAGING_SENDER_ID = YOUR FIREBASE MESSAGING
    FIREBASE_APP_ID = YOUR FIREBASE APP ID
    NEXTAUTH_SECRET = YOUR NEXT AUTH SECRET
    GOOGLE_OAUTH_CLIENT_ID = YOUR GOOGLE CLIENT ID
    GOOGLE_OAUTH_CLIENT_SECRET = YOUR GOOGLE SECRET
    
  4. Run the development server:

npm run dev
# or
yarn dev

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

Contributing

We welcome contributions! Please read our Contributing Guide to learn how you can help.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

Contact

If you have any questions or feedback, feel free to reach out to us:


Feel free to customize this template to better fit your project and personal information.