Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kristoffer95/next-store
- Owner: Kristoffer95
- Created: 2024-05-08T17:19:33.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T06:12:51.000Z (7 months ago)
- Last Synced: 2024-05-22T11:05:37.242Z (7 months ago)
- Language: TypeScript
- Homepage: https://kristoffer-next-store.vercel.app/
- Size: 582 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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