VacationVault is a web platform where users can log in, authenticate, and share their vacation memories in secure vaults. Each vault contains trip images and descriptions, all users can view and share these valuts but only authenticated users can create these vaults.
- User Authentication: Secure login and authentication for sharing memories.
- Vaults: Create vaults for trip images and descriptions.
- Privacy: Only authenticated users can add new vaults.
- Register/Login: Sign up and log in to manage vaults.
- Create Vault: Upload trip images and add descriptions.
- View Vaults: View vaults shared by other authenticated users.
-
Clone the repository:
git clone https://github.com/Rudra7781/VacationVault.git cd VacationVault -
Install dependencies:
npm install
-
Start the application:
npm start
The app will run at http://localhost:8000.
Feel free to contribute by forking the repo, creating new branches, and submitting pull requests.