Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alfarih31/next-blogs
Blog apps using NextJs, Vercel Blobs, & Vercel PostgreSQL with Prisma
https://github.com/alfarih31/next-blogs
Last synced: 8 days ago
JSON representation
Blog apps using NextJs, Vercel Blobs, & Vercel PostgreSQL with Prisma
- Host: GitHub
- URL: https://github.com/alfarih31/next-blogs
- Owner: alfarih31
- Created: 2023-10-10T15:29:35.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-10-23T04:17:40.000Z (about 1 year ago)
- Last Synced: 2024-05-16T23:55:19.627Z (6 months ago)
- Language: TypeScript
- Homepage: https://next-blogger-eight.vercel.app
- Size: 507 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next Blogger
## Prerequisites
1. Node.js v16
## Set-up
### Development Config
1. Copy [.env.example](.env.example) as [.env](.env)
```bash
cp ./.env.example ./.env
```2. Belows are available configurations:
| Key | Description | Required | Values |
|--------------------------|--------------------------------------------|----------|------------|
| `NEXT_PUBLIC_APP_NAME` | Application name | **✓** | String |
| `NEXT_PUBLIC_PUBLIC_URL` | URL where the application will be accessed | **✓** | String |
| `ENCRYPT_SECRET` | Encryption secret | **✓** | String(32) |
| `DATABASE_URL` | Database URL | **✓** | String |
| `VERCEL_BLOB_RW_TOKEN` | Vercel Blob Read Write Token | **✓** | String |### Install Dependencies
```bash
npm install
```## Development
### Start App Development Runtime
```bash
npm run dev
```### Contributors ###
- Alfarih Faza