Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kristoffer95/next-store

Basic eCommerce built with NextJs 14, PostgreSql, Prisma, AuthJs, Stripe, Storyblok, Docker, Tailwind, Typescript
https://github.com/kristoffer95/next-store

Last synced: 6 days ago
JSON representation

Basic eCommerce built with NextJs 14, PostgreSql, Prisma, AuthJs, Stripe, Storyblok, Docker, Tailwind, Typescript

Awesome Lists containing this project

README

        

# RUNNING WITH DOCKER

> include **--env-file .env.local** to use local environment variables. Without using it, it will default to **.env** variables

- Running on first time(building):
- docker-compose --env-file .env.local up --build
- Running(already built):
- docker-compose --env-file .env.local up -d
- Stopping:
- docker-compose --env-file .env.local down