Skip to content

Latest commit

History

History
39 lines (29 loc) 路 1.02 KB

File metadata and controls

39 lines (29 loc) 路 1.02 KB

This is a Next.js project bootstrapped with create-next-app

What the Project Looks Like So Far

alt text alt text alt text alt text alt text alt text

Set up Environment Variables

1.) put .env.local file in the root of project
2.) populate .env.local file with secret keys
AUTH_SECRET=your secret
MONGO_URI=your secret
AUTH_GITHUB_ID=your secret
AUTH_GITHUB_SECRET=your secret
AUTH_GOOGLE_ID=your secret
AUTH_GOOGLE_SECRET=your secret
3.) That's it!

Easiest Start with Docker

Install dockercli, and docker desktop https://www.docker.com/products/docker-desktop/

  • Terminal command:
docker network create .
docker compose up

The Docker Container Should Look Like This 馃惓

alt text