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.
- React
- TypeScript
- Next
- Axios
- Tailwind CSS
- Phosphor Icons
To get a local copy of the project up and running, follow these steps.
Make sure you have the following installed on your machine:
- Clone the repository:
git clone https://github.com/JhonatanGAlves/capputeeno-e-commerce.git
cd capputeeno-e-commerce
- Install dependencies::
npm install
You also need to install api dependencies:
cd api
npm install
-
Setup the environment variables:
Rename .env.example to .env and fill in the required environment variables. -
Start the application:
API folder
npm run start
Root
npm run dev