Skip to content

kevkev912/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.

About

An ecommerce template built with NextJS 14, TypeScript and TailwindCSS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.3%
  • JavaScript 1.6%
  • CSS 1.1%