Skip to content

e-commerce inspired in Tesla using NextJS and Typescript

Notifications You must be signed in to change notification settings

ArturoQuiros/tesla-shop

Repository files navigation

Next.js Teslo Shop

Para correr localmente, se necesita la base de datos

docker-compose up -d
  • El -d, significa detached

Configurar las variables de entorno

Renombrar el archivo .env.template a .env

  • MongoDB URL Local:
MONGO_URL=mongodb://localhost:27017/teslodb

Llenar la base de datos con información de pruebas

Llamara:

http://localhost:3000/api/seed

About

e-commerce inspired in Tesla using NextJS and Typescript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages