Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```