Ankit628792 / GoogleDocs-Rebuild

Google Docs

Home Page:https://google-docs-rebuild.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Docs

  • google authentication, manage your own google docs, powered with enhanced editor


Installation

  1. Clone the repo

    git clone https://github.com/Ankit628792/GoogleDocs-Rebuild.git
  2. Install NPM packages

    npm install
  3. Setup authentication and firestore in firebase with your google account. Get Google_ID and Google_SECRET_KEY from firebase

  4. Enter your Google_ID and Google_SECRET_KEY .env in root folder

     GOOGLE_CLIENT_ID = 'ENTER YOUR GOOGLE_ID';
     GOOGLE_CLIENT_ID = 'ENTER YOUR GOOGLE_DECRET_KEY';
     NEXTAUTH_URL = 'http://localhost:3000'