Skip to content

MarcosCamara01/ecommerce-template

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

🛠 Installation & Set Up

Install dependecies

npm install

Run the development server:

npm run dev

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

Environmental variables

Rename the file name in the root of the project to .env.local. and add your environment variables.

  • If you have doubts about how to create a database in MongoDB click here.

  • If you have doubts about how to obtain Google Auth keys click here.

  • To get the NextAuth secret key simply run this on your terminal and it will generate a random key for you.

npx auth secret
  • If you have any doubts about how to obtain the Cloudinary secret keys click here.