I want to build an interface to use ChatPDF api since the limits increase when you use an API key instead of using their own website.
This project was developed with the following technologies:
Frontend
Backend
## 1. Clone repo
git clone https://github.com/guivictorr/chat-pdf.git
## 2. Change to project folder
cd chat-pdf
## 3. Install dependencies
npm intall
## 4. Run the app
npm run dev
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature
; - Commit your changes:
git commit -m 'feat: My new feature'
; - Push to your branch:
git push origin my-feature
.
Once your pull request has been merged, you can delete your branch.
This project is under the MIT license. See the LICENSE file for more details.