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

https://github.com/oscarprdev/opstack-next

Nextjs app clean architecture scafolding using Typescript, Tailwind, Prisma, Zod, Playwright, Vitest, React testing library, github actions, PostgreSQL and Authjs
https://github.com/oscarprdev/opstack-next

authjs clean-architecture github-actions playwright postgresql prisma react tailwindcss testing-library-react typescript vitest zod

Last synced: 3 months ago
JSON representation

Nextjs app clean architecture scafolding using Typescript, Tailwind, Prisma, Zod, Playwright, Vitest, React testing library, github actions, PostgreSQL and Authjs

Awesome Lists containing this project

README

          

## OPSTACK -- next

Scafolding of a clean architecture Next project to save time and start developing your ideas as soon as possible with modern tools.

## Stack

- Typescript
- TailwindCSS
- ShadcnUi
- Prisma
- Authjs
- Zod
- React testig library
- Vitest
- Playwright
- Github actions
- PostgreSQL (neon database)

## How to start

```bash
git clone

npm run dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## How to test

```bash
npm run test:unit

npm run test:e2e
```

## How to open storybook

```bash
npm run storybook
```

Open [http://localhost:6006](http://localhost:6006) with your browser to see the storybook UI.