Skip to content

calvieTech/wolf-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Wolf File

A file management app with Express, Prisma, and Passport.js for session-based authentication. Users can create folders, upload files, view file details, and download files. File storage initially uses the filesystem via Multer, with cloud storage (Cloudinary or Supabase) for scalable access. File URLs are saved in the database for easy retrieval and remote access.

Tech Stack

Client: React, Redux, Bootstrap, FontSource, Vite

Server: Node, Express, Prisma, pg

Run Locally

Clone the project

  git clone https://github.com/calvieTech/wolf-file

Go to the project directory

  cd client

Install dependencies

  npm install

Start the server

  npm run start

Features

  • Light/dark mode toggle
  • Upload files
  • Download files
  • Cloud storage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published