# README

[![](https://img.shields.io/github/contributors/juniHub/jamstack-ecommerce-nextjs.svg?style=for-the-badge)](https://github.com/juniHub/jamstack-ecommerce-nextjs/graphs/contributors) [![](https://img.shields.io/github/forks/juniHub/jamstack-ecommerce-nextjs.svg?style=for-the-badge)](https://github.com/juniHub/jamstack-ecommerce-nextjs/network/members) [![](https://img.shields.io/github/stars/juniHub/jamstack-ecommerce-nextjs.svg?style=for-the-badge)](https://github.com/juniHub/jamstack-ecommerce-nextjs/stargazers) [![](https://img.shields.io/github/issues/juniHub/jamstack-ecommerce-nextjs.svg?style=for-the-badge)](https://github.com/juniHub/jamstack-ecommerce-nextjs/issues) [![](https://img.shields.io/github/license/juniHub/jamstack-ecommerce-nextjs.svg?style=for-the-badge)](https://github.com/juniHub/jamstack-ecommerce-nextjs/blob/master/LICENSE.txt)

&#x20;[![Logo](/files/-MacaRzTzmp-tM1OO_7a)](https://github.com/juniHub/jamstack-ecommerce-nextjs)

### Juni E-commerce

&#x20;project\_description\
&#x20;[**Explore the docs »**](https://github.com/juniHub/jamstack-ecommerce-nextjs)\
\
&#x20;[View Demo](https://juni-ecommerce.vercel.app/) · [Report Bug](https://github.com/juniHub/jamstack-ecommerce-nextjs/issues) · [Request Feature](https://github.com/juniHub/jamstack-ecommerce-nextjs/issues)

## Table of Contents

1. &#x20;[About The Project](/ecommerce/master.md#about-the-project)
   * [Built With](/ecommerce/master.md#built-with)
2. &#x20;[Getting Started](/ecommerce/master.md#getting-started)
   * [Prerequisites](/ecommerce/master.md#prerequisites)
   * [Installation](/ecommerce/master.md#installation)
3. [Usage](/ecommerce/master.md#usage)
4. [Roadmap](/ecommerce/master.md#roadmap)
5. [Contributing](/ecommerce/master.md#contributing)
6. [License](/ecommerce/master.md#license)
7. [Contact](/ecommerce/master.md#contact)
8. [Acknowledgements](/ecommerce/master.md#acknowledgements)

## About The Project

### Public Page

![Juni-jamstack-ecommerce-nextjs -screenshot](https://res.cloudinary.com/dafolrlpj/image/upload/v1627304393/gallery/lpw7aigx8h6hyywromse.png)

### Admin Page

![Juni-jamstack-ecommerce-nextjs -adminpage](https://res.cloudinary.com/dafolrlpj/image/upload/v1622029925/gallery/lddrvbfwcgykyolathud.png)

### Built With

* [NextJS](https://nextjs.org/)
* [MongoDB](https://www.mongodb.com/)
* [Cloudinary](https://cloudinary.com/)
* [Bootstrap](https://getbootstrap.com/)
* [Deployed on Vercel](https://vercel.com/)

## Getting Started

To get a local copy up and running follow these simple steps.

### Prerequisites

This is an example of how to list things you need to use the software and how to install them.

* npm

  ```bash
  npm install npm@latest -g
  ```

### Installation

1. Clone the repo

   ```bash
   git clone https://github.com/juniHub/jamstack-ecommerce-nextjs.git
   ```
2. Install NPM packages

   ```bash
   npm install
   ```
3. Connect to your mongodb and add info in

   ```bash
   .env.local
   ```
4. Run the project locally on <http://localhost:3000>

   ```bash
   npm run dev
   ```

## Usage

*For more examples, please refer to the \[\_Documentation*]\(<https://junitiennguyen.gitbook.io/ecommerce>). This will be continued for update and maintainance.\_

## Roadmap

See the [open issues](https://github.com/juniHub/jamstack-ecommerce-nextjs%20/issues) for a list of proposed features (and known issues).

## Contributing

Contributions are what make the open source community such an amazing place to be learned, inspired, and created. Any contributions you make are **greatly appreciated**.

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

## License

Distributed under the MIT License. See `LICENSE` for more information.

## Contact

Juni Nguyen - [helloJuni](https://hellojuninguyen.netlify.app/)

Project Link: [https://github.com/juniHub/jamstack-ecommerce-nextjs ](https://github.com/juniHub/jamstack-ecommerce-nextjs)

## Acknowledgements

Inspired by ecommerce project from [Devat-Youtuber](https://github.com/devat-youtuber/nextjs-ecommerce)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://junitiennguyen.gitbook.io/ecommerce/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
