It is a pdf generating application. It takes data from users and generates a pdf.
Frontend Deployed Link - https://kryzen-biotech-frontend.vercel.app/
Backend Deployed Link - https://graceful-bull-pullover.cyclic.app/
All Routes
POST /user/register
route - To register a new user's Details.POST /user/login
route - To login a already existed user.POST /userData/upload
route - To add user details to create a pdf.
Packages installed
express
- Used for making the server easier and more robust.nodemon
- Used to automatically restart the application after changes happen in the file.cors
- CORS allows servers to specify who can access their resources and under what conditions.mongoose
- To connect MongoDB database with the server.dotenv
- To secure MongoDB sensitive information.pdf-lib
- To generate a pdf.file-saver
- To download the pdf.jsonwebtoken
- To generate a token.bcrypt
- To hash the password provided by the user.
Steps to use webpage.
- Begin by registering yourself
- Use your registered credentials to log in securely.
- After redirecting to user details page, add details user details.
- After that user will be redirected to a preview page.
- where a preview of the pdf will be shown.
- By clicking the download pdf button user will get the pdf in dowloaded form