Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krishnassh/swift
Share your images as embed
https://github.com/krishnassh/swift
Last synced: 2 months ago
JSON representation
Share your images as embed
- Host: GitHub
- URL: https://github.com/krishnassh/swift
- Owner: KrishnaSSH
- License: apache-2.0
- Created: 2024-04-07T07:37:22.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T07:18:48.000Z (3 months ago)
- Last Synced: 2024-11-09T08:20:56.696Z (3 months ago)
- Language: JavaScript
- Size: 1010 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# image uploader
**Overview**
This is a simple image uploader application built with FastAPI as the backend and HTML, CSS, and JavaScript for the frontend. The application allows users to upload images and view them on the web interface.
**Requirements**
You can install the required dependencies using:
```bash
pip install -r requirements.txt
```**How to Run**
To run the application, execute the following command in your terminal:
```bash
uvicorn main:app
```Visit [http://localhost:8000](http://localhost:8000) in your web browser to access the application. If you want to change the port and host, you can use the following command:
```bash
uvicorn main:app --host 0.0.0.0 --port 3000
```For development with automatic reloading, use the --reload option:
```bash
uvicorn main:app --reload
```**Contribution**
Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or create a pull request.
**License**
This project is licensed under the [MIT License](LICENSE). Feel free to use and modify the code as needed.