Hello everybody! Welcome to e-commerce. Here you can find the hardware you want, with detailed information and some product photos. Also, you can filter the products by price and categories. When you make a purchase, you get points that you can later use to get a discount on future purchases, or you can play "says Simon" to earn more points. After finishing the purchase, you can pay with mercadopago. Here you can see a demo of the project Enjoy it!
> Build a Ecommerce
> Learn best practices
> Learn teamwork
> practice the GIT workflow
> Forking or cloning the repository
> Create a Supabase Database
> Create an account at MercadoPago Api
> Create an .env file inside /api with the following:
MP_TOKEN=[your_MercadopagoToken]
OUR_EMAIL=[your_ownEmail]
EMAIL_GMAIL=[Service_email]
PASS_EMAIL=[password_email]
EMAILSADMIN=[Admin_email]
> Install node modules with "npm i" in both directories /api and /client
> Start both with "npm start"
