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

https://github.com/anucha-tk/nextjs-strapi-tailwind


https://github.com/anucha-tk/nextjs-strapi-tailwind

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Nextjs Strapi Tawilwind

Basic Turborepo with Nextjs and Starpi

- [Nextjs Strapi Tawilwind](#nextjs-strapi-tawilwind)
- [Run Local Postgresql](#run-local-postgresql)
- [Run Starpi](#run-starpi)
- [Generate Api Token](#generate-api-token)
- [Run Nextjs](#run-nextjs)

## Technical & Tools

- Database
- Postgresql
- Turborepo
- Docker
- CMS
- Strapi
- Infra
- Husky, Commit-lint
- Nextjs
- Filter, Pagination
- Tailwindcss
- Typescript
- Cloudinary
- Blog markdown
- and more

## Run Local Postgresql

```bash
make dev-postgres-local
```

## Run Starpi

```bash
make run-strapi-dev
```

## Generate Api Token

Go to Strapi Dashboard -> Api Tokens and Generate, then pass to apps/nextjs-tawilwind .env.development

```text
NEXT_PUBLIC_JWT_TOKEN=
```

## Run Nextjs

```bash
make run-nextjs-dev

```

## Screenshot

![Alt text](doc/images/screen_shot.png)