Skip to content

Latest commit

 

History

History
70 lines (35 loc) · 1.52 KB

README.md

File metadata and controls

70 lines (35 loc) · 1.52 KB

WIP

RU VERSION

General

BacklogHub - project where you have one space to create,customize and manage your own backlogs just the way you want.

Tech stack: NextJs, Tailwind, FramerMotion, React Hook Forms,Zod,Swr, mongoose, Jest

Landing Page

image

Creating backlogs

CreatingBacklogDemo)

Backlog View

image

Manage

image

Installation

Requiered .env content:

ID and SECRET for OAUTH

DOMAIN_URL=
GOOGLE_ID=
GOOGLE_SECRET=
DISCORD_ID=
DISCORD_SECRET=

AUTH_SECRET=
MONGODB_URI=mongodb+srv

Redirect links

NEXT_PUBLIC_GOOGLEOAUTH=https://accounts.google.com/o/oauth2/v2/auth?client_id=${GOOGLE_ID}&redirect_uri=${DOMAIN_URL}/api/auth/callback/google&response_type=code&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email&include_granted_scopes=true
NEXT_PUBLIC_DISCORDOAUTH=https://discord.com/api/oauth2/authorize?client_id=${DISCORD_ID}&response_type=code&redirect_uri=${DOMAIN_URL}&scope=email+identify