https://github.com/brickgale/next-js-blog-app
📄 Simple Blog App built with Nextjs 15
https://github.com/brickgale/next-js-blog-app
authjs-v5 mongodb nextjs prisma react shadcn-ui tailwindcss typescript-react
Last synced: 2 months ago
JSON representation
📄 Simple Blog App built with Nextjs 15
- Host: GitHub
- URL: https://github.com/brickgale/next-js-blog-app
- Owner: brickgale
- Created: 2025-03-05T02:50:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-09T17:24:28.000Z (about 1 year ago)
- Last Synced: 2025-06-15T21:45:26.986Z (12 months ago)
- Topics: authjs-v5, mongodb, nextjs, prisma, react, shadcn-ui, tailwindcss, typescript-react
- Language: TypeScript
- Homepage:
- Size: 631 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org) project using mongodb wrapped into docker container.
## Getting Started
First, run the development server:
> If First time running
```bash
docker-compose up --build
```
> Else
```bash
docker-compose up -d
```
Run this command to access shell:
```bash
docker exec -it next-js-blog-app sh
```
To run Prisma Studio:
```bash
docker exec -it next-js-blog-app npx prisma studio
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.