Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luminarakash/file-upload
Simple and efficient file upload application built with React, Node.js, MongoDB and Express, allowing users to upload and manage files with ease. Features include drag-and-drop functionality, file preview, and secure storage.
https://github.com/luminarakash/file-upload
cloudinary expressjs javascript middleware mongodb mongodb-atlas mongoose nodejs nodemailer-smtp-transport real-time restful-api
Last synced: 26 days ago
JSON representation
Simple and efficient file upload application built with React, Node.js, MongoDB and Express, allowing users to upload and manage files with ease. Features include drag-and-drop functionality, file preview, and secure storage.
- Host: GitHub
- URL: https://github.com/luminarakash/file-upload
- Owner: luminarakash
- Created: 2024-08-31T03:35:31.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-03T06:48:14.000Z (2 months ago)
- Last Synced: 2024-12-03T07:35:04.024Z (2 months ago)
- Topics: cloudinary, expressjs, javascript, middleware, mongodb, mongodb-atlas, mongoose, nodejs, nodemailer-smtp-transport, real-time, restful-api
- Language: JavaScript
- Homepage:
- Size: 2.49 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# File-Upload
This is a MERN (JavaScript, MongoDB, Express.js, Node.js) Back-End project that allows users to upload file online. It includes features like user authentication and authorization.
## Technologies Used
- Backend:
- Node.js: A server-side JavaScript runtime environment.
- Express: A web application framework for Node.js.
- Cors: A middleware for enabling Cross-Origin Resource Sharing.
- Dotenv: A module for loading environment variables from a .env file.
- nodemon - For automatically restarting the server during development.
- bcrypt - For hashing and securing passwords.
- cookie-parser - For parsing cookies in HTTP requests.
- cors - For handling Cross-Origin Resource Sharing.
- jsonwebtoken - For generating and verifying JSON Web Tokens for user authentication.