Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/justjum/sky-drive

A (very basic) Google Drive clone utilising the Prisma ORM (PostGres) for User details and directory structure, and Cloudinary APK for file upload.
https://github.com/justjum/sky-drive

drive express javascript node orm postgres postgresql prisma pug storage

Last synced: about 2 months ago
JSON representation

A (very basic) Google Drive clone utilising the Prisma ORM (PostGres) for User details and directory structure, and Cloudinary APK for file upload.

Awesome Lists containing this project

README

        

# Sky Drive

**Status:** Complete

**Live Demo:** [Sky Drive](https://jum-sky-drive.adaptable.app/)

**Description:** A 'Google Drive' type cloud storage website. [Link](https://www.theodinproject.com/lessons/nodejs-file-uploader)

**Language/Frameworks:** Node, Express(PUG), Prisma(PostgreSQL)

**Learning Focus:** Node ORM (Prisma) and File Upload/Storage capabilities

## Usage

- Sign up to create a user.
- Login and Navigate your new cloud storage drive.
- Full CRUD actions on folders and files
- Files stored in Cloudinary Storage

## Credits
- [Cloudinary](https://cloudinary.com/)
- [Passport JS](https://www.passportjs.org/)
- [BCrypt JS](https://www.npmjs.com/package/bcryptjs)
- [Bootswatch (Bootstrap Theme)](https://bootswatch.com/cerulean/)