An open API service indexing awesome lists of open source software.

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

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`