Skip to content

Bazar-Campechano is a modern, full-stack eCommerce application template designed to jumpstart the development of online stores with efficiency and ease. Built on the robust foundations of Next.js, React, and Prisma, support for responsive layouts, dynamic routing, and server-side rendering and SEO-friendly web applications.

Notifications You must be signed in to change notification settings

deiviiss/bazar-campechano

Repository files navigation

Description

Bazar-Campechano is a modern, full-stack eCommerce application template designed to jumpstart the development of online stores with efficiency and ease. Built on the robust foundations of Next.js, React, and Prisma, it offers a seamless development experience with out-of-the-box support for responsive layouts, dynamic routing, and server-side rendering, ensuring fast, scalable, and SEO-friendly web applications.

Development

Steps to start the app in development

  1. Rename the .env.example to .env
  2. Replace the enviroment variables
  3. Execute the command:
npm install
  1. Set up the db
docker-compose up -d
  1. Execute these prisma commands:
npx prisma migrate dev; npx prisma generate
  1. Execute SEED
npm run seed
  1. Run server with command:
npm run dev

Notes: default user

Default user data in the seed file

Prisma commands

npx prisma init
npx prisma migrate dev
npx prisma generate

About

Bazar-Campechano is a modern, full-stack eCommerce application template designed to jumpstart the development of online stores with efficiency and ease. Built on the robust foundations of Next.js, React, and Prisma, support for responsive layouts, dynamic routing, and server-side rendering and SEO-friendly web applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages