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.
Experience the power of the fileUploader by visiting the demo page.
- 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.
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.
To install the application, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/Silent-Watcher/fileUploader
- Navigate to the project directory in your terminal.
cd fileUploader
- Run
npm install
to install the necessary packages.
npm install
- Run
npm run prepare
to install husky.
npm run prepare
- Create a
.env
file in the project's root directory and configure the following variables:
APP_ENV = value
checkout .env.example file for possible values
- navigate to env.config.js file inside of config directory for important env variables. you have to define these variables before running the app
To start the application, run npm run start
. This will start the application on http://localhost:${env.port}.
npm run start
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.
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.
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.
If you like this project, please give it a star β and/or consider buying me a coffee(s). Every donation is appreciated.