Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.