This projects aims at building a website that converts docx files to pdf files in seconds
Follow these steps to set up the project locally:
First, clone the repository to your local machine:
git clone https://github.com/your-username/Docx-To-Pdf-Converter.git
Navigate to the project directory and install the required dependencies:
cd Docx-To-Pdf-Converter
npm install
Run the frontend as
npm run dev
Navigate to the server directory and install the required dependencies:
cd server
npm install
Run the backend as
nodemon index.js