Skip to content

Rajdip789/docFlow-frontend

Repository files navigation

Docflow frontend

Installation

To run locally on your machine, follow these steps:

  1. Clone the repository to your local machine.

  2. Install the required dependencies.

cd docFlow-frontend
npm install
  1. Set up environment variables.

    • Create a .env file in the root directory.
    • Obtain your Google OAuth client id, backend origin base url .env file as follows-
MONGO_URL=your_mongo_atlas_url
VITE_BASE_URL=http://localhost:5000/api/v1
VITE_GOOGLE_CLIENTID=your_GoogleOAuth_clientid
  1. Run the application.
npm start

Technologies Used

  • Vite + React + TypeScript
  • React Query
  • Quill
  • Shadcn UI
  • Tailwind CSS
  • TypeScript
  • Google OAuth

About

A collaborative document editing system, where users can create, manage, edit (rich text editing supported), share documents and collaborate in real time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors