https://github.com/jay-wong-git/wong-posts
A small next app for fun
https://github.com/jay-wong-git/wong-posts
better-sqlite3 cloudinary nextjs
Last synced: 2 months ago
JSON representation
A small next app for fun
- Host: GitHub
- URL: https://github.com/jay-wong-git/wong-posts
- Owner: Jay-Wong-Git
- Created: 2024-06-23T08:20:04.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T12:00:07.000Z (almost 2 years ago)
- Last Synced: 2025-12-26T08:48:56.643Z (6 months ago)
- Topics: better-sqlite3, cloudinary, nextjs
- Language: JavaScript
- Homepage: http://wongsite.top:3002
- Size: 1.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Wong Posts 🗒️:
Wong Posts is a demo Next app.
## Screenshots 📸:



## Tech Stack 🛠️:
- `Next` 14.1.0
- `React` 18.3.1
- `React Query` 4
- `cloudinary` 2.0.2
- `better-sqlite3` 11.0.0
## Setting up locally ⚙️:
### 1. Clone on your local machine
```bash
https://github.com/Jay-Wong-Git/wong-posts.git
```
### 2. Install dependencies via `pnpm`
```bash
pnpm install
```
### 3. Edit `.env` with your cloudinary info
```javascript
CLOUDINARY_CLOUD_NAME = YOUR_CLOUDINARY_CLOUD_NAME;
CLOUDINARY_API_KEY = YOUR_CLOUDINARY_API_KEY;
CLOUDINARY_API_SECRET = YOUR_CLOUDINARY_API_SECRET;
```
### 4. Run on your local server
```bash
pnpm dev
```
## Deploy via docker 📡
#### Please refer to `Dockerfile` & `docker-compose.yml` in the root directory
If you have read all of this, please star the repo, it will help me a lot ❤️