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

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/

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
```