To run locally on your machine, follow these steps:
-
Clone the repository to your local machine.
-
Install the required dependencies.
cd docFlow-frontend
npm install-
Set up environment variables.
- Create a
.envfile in the root directory. - Obtain your Google OAuth client id, backend origin base url
.envfile as follows-
- Create a
MONGO_URL=your_mongo_atlas_url
VITE_BASE_URL=http://localhost:5000/api/v1
VITE_GOOGLE_CLIENTID=your_GoogleOAuth_clientid- Run the application.
npm start- Vite + React + TypeScript
- React Query
- Quill
- Shadcn UI
- Tailwind CSS
- TypeScript
- Google OAuth