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

https://github.com/cr3wcr3w/next-twitter-clone

(next-app, prisma, lucia, docker) (there's no official web sockets support so this proj is temporary stopped)
https://github.com/cr3wcr3w/next-twitter-clone

docker next-app prisma

Last synced: 7 months ago
JSON representation

(next-app, prisma, lucia, docker) (there's no official web sockets support so this proj is temporary stopped)

Awesome Lists containing this project

README

          

### Getting started
```bash
# run the script
./start.sh [-dev|-build]
```
---
### Folder structure
```bash
/src
|- /app
|- page.tsx
|- layout.tsx
|- loading.tsx
|- error.tsx
|- /sample-page
|- page.tsx
|- loading.tsx
|- error.tsx
|- /_components
|- /_actions
|- /_hooks
|- /@sample-parallel
|- page.tsx
|- loading.tsx
|- error.tsx
|- /(..)sample-intercepting
|- page.tsx
|- loading.tsx
|- error.tsx
|- /sample-page
|- /[slug]
|- page.tsx
|- /server
|- db.ts
|- /shared
|- /_shacdn
|- /_styles
|- /_hooks
|- /_actions
|- /_components
|- /_icons
```

![architecture](./public/next-twitter-clone-architecture.png)