Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.33 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.33 KB

Preview

📝 SubmitCV App

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.

🌟 Features

  • 📤 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.

🚀 Technologies Used

  • Frontend: React, Axios
  • Backend: Node.js, Express
  • Database: MongoDB
  • File Storage: Binary data storage in MongoDB

🛠️ Setup Instructions

Follow these simple steps to get the SubmitCV App running on your local machine:

  1. Clone the repository:
    git clone https://github.com/Anuraj4/SubmitCV-Website.git
    cd SubmitCV-Website
  2. Run this application
npm start