https://github.com/gravitytwog/olios-shop
Olios shop (demo uses db from neon.db, so it may run slow) https://olios.crabdance.com, https://104.168.107.241.sslip.io/
https://github.com/gravitytwog/olios-shop
ansible effector nestjs nextjs postgresql prisma react s3 tailwind zod
Last synced: 7 days ago
JSON representation
Olios shop (demo uses db from neon.db, so it may run slow) https://olios.crabdance.com, https://104.168.107.241.sslip.io/
- Host: GitHub
- URL: https://github.com/gravitytwog/olios-shop
- Owner: GravityTwoG
- Created: 2021-08-08T08:05:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-10T16:38:13.000Z (10 months ago)
- Last Synced: 2024-07-11T17:28:19.198Z (9 months ago)
- Topics: ansible, effector, nestjs, nextjs, postgresql, prisma, react, s3, tailwind, zod
- Language: TypeScript
- Homepage: https://olios.crabdance.com
- Size: 3.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Olios shop
E-commerce fullstack app.
## Backend
- TypeScript
- Nest.js
- Prisma ORM
- PostreSQL, Redis
- S3 Compatible Object Storage (Minio)
## Storefront
- TypeScript
- Next.js, React, react-hook-form
- Tailwind.css, scss modules
- Effector, patronum
- Axios, zod
## Admin panel
- TypeScript
- React, react-hook-form
- Tailwind.css, scss modules
- Effector, patronum
- Axios, zod
### Design
Template from www.symu.co
## Deploy
- Ansible, Docker, Docker Compose, Github Container Registry
## Development
Add and configure .env files in all apps. Then:
```sh
# run in all apps
npm install# start all apps using docker compose
npm run dev
```