Full stack JavaScript Website built in partial fulfillment of requirement for the subject Web Programming. In this website, users can register an account, upload, delete, and download documents.
- Sign Up and Log In Authentication
- File upload, deletion, and download
- Update user details and profile photo
Follow these steps to set up the project locally:
-
Clone the repository:
git clone https://github.com/IkedaLab-Daniel/CV_Drive
-
Navigate to the project folder
cd CV_Builder -
Navigate to the frontend folder and install dependencies
cd frontend npm install -
Navigate back, then navigate to backend and install dependencies
cd .. cd backend npm install
More to be added ...
