https://github.com/somritdasgupta/logoscope
Basic website for hosting image in SQL server and download the uploaded images through the website made using java and servlet.
https://github.com/somritdasgupta/logoscope
java mysql phpmyadmin servlet-api tomcat-server
Last synced: 2 months ago
JSON representation
Basic website for hosting image in SQL server and download the uploaded images through the website made using java and servlet.
- Host: GitHub
- URL: https://github.com/somritdasgupta/logoscope
- Owner: somritdasgupta
- License: mit
- Created: 2023-03-29T10:48:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-29T11:05:48.000Z (about 3 years ago)
- Last Synced: 2025-09-05T08:37:12.664Z (10 months ago)
- Topics: java, mysql, phpmyadmin, servlet-api, tomcat-server
- Language: JavaScript
- Homepage:
- Size: 33.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Logoscope is a simple website that allows you to upload and download images stored in a SQL server database. It is built using Java and Servlet.
## Prerequisites
To run this project, you need to have the following installed:
- XAMPP
- Apache Tomcat 10
- MySQL
- Java Development Kit (JDK)
- Java Servlet API
## Installation
1. Clone this repository to your local machine.
2. Open XAMPP and start Apache and MySQL services.
3. Open phpMyAdmin and create a database named `logoscope`.
4. Import the `logoscope.sql` file from the repository to the database.
5. Copy the `logoscope` folder from the repository to the `webapps` folder of your Tomcat installation directory.
6. Open a terminal and navigate to the `bin` folder of your Tomcat installation directory.
7. Run the command `startup.bat` (Windows) or `startup.sh` (Linux) to start the Tomcat server.
## Usage
1. Open a browser and go to `http://localhost:8080/logoscope`.
2. You will see a simple interface with two buttons: Upload and Download.
3. To upload an image, click on the Upload button and choose an image file from your computer. The image will be uploaded to the database and you will see a confirmation message.
4. To download an image, click on the Download button and choose an image from the list of available images. The image will be downloaded to your computer and you will see a confirmation message.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.