docVault is a web application built with Next.js and TypeScript that serves as a secure document storage platform, allowing users to easily store and access their documents.
- Secure Document Storage: Safely store your important documents on the cloud.
- User-Friendly Interface: An intuitive and easy-to-use web interface for seamless document management.
Make sure you have Node.js and npm installed on your machine.
-
Clone the repository:
git clone https://github.com/your-username/docVault.git cd docVault npm install npm run dev or