https://github.com/osoriandomori/playground-nextjs
vercel playground
https://github.com/osoriandomori/playground-nextjs
mongodb nextjs vercel
Last synced: 3 months ago
JSON representation
vercel playground
- Host: GitHub
- URL: https://github.com/osoriandomori/playground-nextjs
- Owner: OsoriAndOmori
- Created: 2023-04-07T16:03:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-10T23:27:38.000Z (over 1 year ago)
- Last Synced: 2025-03-16T20:14:24.071Z (over 1 year ago)
- Topics: mongodb, nextjs, vercel
- Language: TypeScript
- Homepage: https://playground-nextjs-osori.vercel.app
- Size: 51.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nextjs 놀기
- 재미로 할 것.
- 몽고 연동
- 카톡 메세지 보내기 카톡 oauth
- 스샷 캡쳐 pupeteer
- crud api
- oauth
- DockerBuild & Run
- `docker buildx build --platform=linux/arm/v7,linux/arm64,linux/amd64,linux/386 --output type=image -f .docker/Dockerfile_Guruto -t guruto-nextjs:0.0.1 .`
- `docker build -f .docker/Dockerfile_Guruto -t guruto-nextjs:0.0.1 .`
- `docker run -d -p 3000:3000 --env-file=packages/guruto/.env.local guruto-nextjs:0.0.1`