https://github.com/rohit1kumar/image-vault
Image Vault
https://github.com/rohit1kumar/image-vault
Last synced: about 1 year ago
JSON representation
Image Vault
- Host: GitHub
- URL: https://github.com/rohit1kumar/image-vault
- Owner: rohit1kumar
- Created: 2025-01-30T13:42:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-30T15:58:19.000Z (over 1 year ago)
- Last Synced: 2025-04-03T10:44:56.661Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://image-vault-roht.vercel.app
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image Vault
## Upload images and video to a vault with easy Google Sign In
## Tech Stack
- Frotnend: React, TailwindCSS,
- Backend: ExpressJS, Postgres, Cloudinary (for storage)
## Deployed URL
- backend: https://image-vault.onrender.com
- frontend: https://image-vault-five.vercel.app
## Database Design

## How to run
1. Clone the repo
```bash
git clone https://github.com/rohit1kumar/image-vault.git && cd image-vault
```
2. Go to backend and and update the environment variables provided in `.env.example` file
```bash
cd backend
cp .env.example .env
```
3. Install dependencies, run migration and start server
```bash
npm install
npm run db:migrate
npm start
```
4. Go back to frontend dir, install dependencies & run
```bash
cd frontend
npm i
npm run dev
```
### Postman collection is given, import it and use to try endpoints