Welcome to SubmitCV App! This is a simple and intuitive application that allows users to upload their resumes directly through a web form. The uploaded resumes are securely stored in a MongoDB database in binary format and can be downloaded later as PDF files.
- 📤 Resume Upload: Users can easily upload their resumes in PDF format.
- 💾 Resume Storage: Resumes are securely stored in MongoDB as binary data.
- 📥 Resume Download: Download your stored resume anytime in its original PDF format.
- Frontend: React, Axios
- Backend: Node.js, Express
- Database: MongoDB
- File Storage: Binary data storage in MongoDB
Follow these simple steps to get the SubmitCV App running on your local machine:
- Clone the repository:
git clone https://github.com/Anuraj4/SubmitCV-Website.git cd SubmitCV-Website
- Run this application
npm start