https://github.com/silent-watcher/fileuploader
An Express js image uploader for your next project 🫡 Leave a star before you leave ⭐
https://github.com/silent-watcher/fileuploader
backend-projects ejs express-image-upload expressjs node
Last synced: over 1 year ago
JSON representation
An Express js image uploader for your next project 🫡 Leave a star before you leave ⭐
- Host: GitHub
- URL: https://github.com/silent-watcher/fileuploader
- Owner: Silent-Watcher
- License: mit
- Created: 2023-11-01T12:09:03.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-05T20:24:35.000Z (over 2 years ago)
- Last Synced: 2025-04-06T06:56:50.531Z (over 1 year ago)
- Topics: backend-projects, ejs, express-image-upload, expressjs, node
- Language: JavaScript
- Homepage: https://stackblitz.com/github/Silent-Watcher/fileUploader
- Size: 563 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README

# FileUploader
FileUploader is a simple image uploader application that allows you to upload images and store them in MongoDB. Once the images are uploaded successfully, the app displays them.
[](https://github.com/Silent-Watcher/fileUploader)
## Table of Contents
- [demo](https://github.com/Silent-Watcher/fileUploader#demo)
- [Features](https://github.com/Silent-Watcher/fileUploader#features)
- [Prerequisites](https://github.com/Silent-Watcher/fileUploader#Prerequisites)
- [Installation](https://github.com/Silent-Watcher/fileUploader#Installation)
- [usage](https://github.com/Silent-Watcher/fileUploader#usage)
- [Contributing](https://github.com/Silent-Watcher/fileUploader#Contributing)
- [Contact](https://github.com/Silent-Watcher/fileUploader#Contact)
- [License](https://github.com/Silent-Watcher/fileUploader#License)
## Demo
Experience the power of the fileUploader by visiting the demo page.
[](https://stackblitz.com/github/Silent-Watcher/fileUploader)
## Features
- **Image Uploading**: Easily upload images from your device.
- **MongoDB Integration**: Images are stored in MongoDB, ensuring data persistence.
- **Responsive Design**: The web application is designed to work seamlessly on various devices and screen sizes, ensuring a responsive and user-friendly experience.
- **Image Display**:View the uploaded images after they have been successfully stored in the database.
- **User-Friendly Interface**: The web interface is designed with a clean and intuitive layout, making it easy for users to understand and play the game.
- **Open Source**: The project is hosted on GitHub and is open source, allowing developers to explore the codebase, contribute to the project, or use it as a learning resource.
## Prerequisites
In order to run this project, you will need to have the following installed on your computer:
- nodejs
- yarn | npm | pnpm
- A running instance of MongoDB for database storage.
## Installation
To install the application, follow these steps:
1. Clone the repository to your local machine:
```bash
git clone https://github.com/Silent-Watcher/fileUploader
```
2. Navigate to the project directory in your terminal.
```bash
cd fileUploader
```
3. Run `npm install` to install the necessary packages.
```bash
npm install
```
4. Run `npm run prepare` to install husky.
```bash
npm run prepare
```
5. Create a `.env` file in the project's root directory and configure the following variables:
```bash
APP_ENV = value
```
checkout .env.example file for possible values
6. navigate to env.config.js file inside of config directory for important env variables. you have to define these variables before running the app
## usage
To start the application, run `npm run start` . This will start the application on http://localhost:${env.port}.
```bash
npm run start
```
## Technologies








## Contributing 🤝🏾
Contributions to this project are welcome.
If you encounter any issues or have suggestions for improvement, please open an issue on the GitHub repository.
Before contributing, please review the contribution guidelines.
## Contact
For additional information or inquiries, you can reach out to the project maintainer:
- Name: Silent-Watcher
- Email: alitabatabaee20@mail.com
Feel free to contact the maintainer for any questions or feedback regarding the project.
## License 🔐
[MIT](https://choosealicense.com/licenses/mit/)
This project is licensed under the MIT License. You are free to modify, distribute, and use the code for personal and commercial purposes. See the LICENSE file for details.
## Sponsor ❤
If you like this project, please give it a star ⭐ and/or consider buying me a coffee(s). Every donation is appreciated.