quick-start-postgress-app
v1.0.2
Published
CLI to scaffold my Next.js + Backend project
Downloads
390
Maintainers
Readme
quick-start-postgress-app
CLI to scaffold a Next.js + PostgreSQL backend project instantly.
Usage
npx quick-start-postgress-appRequirements
- Node.js >= 18
- Git installed
- GitHub Personal Access Token (for private template repo)
Setup
Before running, set your GitHub token as an environment variable:
# Mac/Linux
export GITHUB_TOKEN="ghp_yourTokenHere"
# Windows (Git Bash)
echo 'export GITHUB_TOKEN="ghp_yourTokenHere"' >> ~/.bashrc
source ~/.bashrcWhat it does
- Clones the Next.js + Backend template from GitHub
- Lets you choose: Full Stack / Frontend only / Backend only
- Initializes a fresh git repository
- Installs dependencies automatically
Templates
| Option | Includes | | ------------- | --------------------------------------- | | Full Stack | Next.js frontend + Node/Express backend | | Frontend only | Next.js only | | Backend only | Node/Express only |
