You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 9, 2025. It is now read-only.
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
*ico
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env*.local
.env
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
.next
README.md
*.lockb
/uploads
# This project is a file upload server built using nextjs. It allows users to upload files, which are then stored temporarily on the server. The project also includes features for managing these files, such as listing, sorting, and downloading them. Redis is used for caching file metadata and managing temporary storage.
# CLI: A command-line interface is provided for administrative tasks like listing files and clearing the console.
# 5. Error Handling: Proper error handling mechanisms are in place to manage failed uploads and other errors.