https://github.com/jitesoft/image-api
Playground project
https://github.com/jitesoft/image-api
Last synced: over 1 year ago
JSON representation
Playground project
- Host: GitHub
- URL: https://github.com/jitesoft/image-api
- Owner: jitesoft
- License: mit
- Created: 2023-09-25T19:38:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-25T19:38:36.000Z (over 2 years ago)
- Last Synced: 2025-01-04T10:08:43.036Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image API
## Idea
The idea is to have a simple REST API to upload images too, the images are placed in a s3 compatible storage and queued
to be formatted depending on values passed into the API.
## Why?
The project is mainly a playground to try out different tech in C#, while if the application
becomes something useful, it might be turned into some type of SaaS.
## License
The code in this repository is released under the MIT license.
Modules and libraries might be created outside of the repository under other licenses, while
this one will stay open.