Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emimudev/snaplock
A simple cloud-based image storage
https://github.com/emimudev/snaplock
cloud cloudinary hackathon react
Last synced: about 1 month ago
JSON representation
A simple cloud-based image storage
- Host: GitHub
- URL: https://github.com/emimudev/snaplock
- Owner: emimudev
- Created: 2023-02-26T22:08:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-29T06:54:49.000Z (about 1 year ago)
- Last Synced: 2024-11-09T14:30:03.635Z (3 months ago)
- Topics: cloud, cloudinary, hackathon, react
- Language: JavaScript
- Homepage: https://snaplock.vercel.app
- Size: 257 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🌠Snaplock
![]()
Snaplock is a simple cloud image storage platform based on Cloudinary.## Features
- Folders management.
- Image storage.
- Data sharing.## Environment Variables
It is necessary to set the following environment variables in order to run the application.
- `MONGODB_URI`
- `NEXT_PUBLIC_UPLOAD_PRESET`
- `NEXT_PUBLIC_CLOUD_NAME`
- `JWT_SECRET`
- `NEXTAUTH_SECRET`
- `GOOGLE_CLIENT_SECRET`
- `GOOGLE_CLIENT_ID`## Run locally
Run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```