Skip to content

JhonatanGAlves/capputeeno-e-commerce

Repository files navigation

Capputeeno Ecommerce


🖥️ Project

Capputeeno Ecommerce is an online store for coffee-related products, such as mugs and t-shirts. Features include adding and removing items from the cart, and a smooth checkout process.

🧑‍💻 Technologies Used

  • React
  • TypeScript
  • Next
  • Axios
  • Tailwind CSS
  • Phosphor Icons

📋 How to Use

To get a local copy of the project up and running, follow these steps.

Prerequisites

Make sure you have the following installed on your machine:

Installation

  1. Clone the repository:
   git clone https://github.com/JhonatanGAlves/capputeeno-e-commerce.git
   cd capputeeno-e-commerce
  1. Install dependencies::
   npm install

You also need to install api dependencies:

   cd api
   npm install
  1. Setup the environment variables:
    Rename .env.example to .env and fill in the required environment variables.

  2. Start the application:
    API folder

   npm run start

Root

   npm run dev

💬 Contact