Skip to content

ImmaCheetah/file-uploader

Repository files navigation

file-uploader

Live Website

Preview

app preview

Tools/Languages

JS HTML CSS

NPM EXPRESS EJS POSTGRES PRISMA

Getting Started

  • Create a .env file with all variables
  • Make sure to have PostgreSQL
$ git clone [email protected]:immacheetah/file-uploader.git
$ cd file-uploader
$ npm install
$ npm prisma migrate dev
$ npm run start

Learning Outcomes

  • Use prisma to create a data relationship between models
  • Create a file management system
  • Learn how to upload files to a cloud storage
  • Store files safely using personal buckets for the user
  • Cement authentication practices using passport

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published