Use PaperCuts
Follow these steps:
# Step 1: Clone the repository using the project's Git URL.
git clone <YOUR_GIT_URL>
# Step 2: Download MongoDB driver, Backend Depencies and FrontEnd package
cd backend
mvn clean install
cd frontend
npm install
# Step 3: To use PaperCuts as a Chrome extension, go to Chrome->Extensions->Manage extensions->Load Unpacked
drag the extension folder in
# Step 4: Start the Springboot Backend
cd backend
mvn spring-boot:runThis project is built with:
- Java
- SpringBoot
- React
- shadcn-ui
- Tailwind CSS