Logo
Maker
About this project
This is just some placeholder text until i make time to actually create the real deal. If you're seeing this, then it means I love you
Technology & Features
- html
- css
- Javascript
- Tailwind
- React
- Redux
- Three js
- Framer Motion
Environment
Frontend
Make sure to add these to either local.env
or .env
file
# .env
Copy
DATABASE_URL=""
DIRECT_URL=""
GITHUB_CLIENT_ID=""
GITHUB_CLIENT_SECRET=""
GITHUB_AUTH_TOKEN=""
GOOGLE_CLIENT_ID=""
GOOGLE_CLIENT_SECRET=""
AUTH_SECRET=""
RESEND_API_KEY=""
NEXT_PUBLIC_APP_URL="http://localhost:3000"
Backend
Make sure to add these to either local.env
or .env
file
# .env
Copy
DATABASE_URL=""
DIRECT_URL=""
GITHUB_CLIENT_ID=""
GITHUB_CLIENT_SECRET=""
GITHUB_AUTH_TOKEN=""
GOOGLE_CLIENT_ID=""
GOOGLE_CLIENT_SECRET=""
AUTH_SECRET=""
RESEND_API_KEY=""
NEXT_PUBLIC_APP_URL="http://localhost:3000"