Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
enapupe committed Nov 2, 2023
1 parent b29fc9f commit 40f6712
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
# media-resizer
# media-server

This project is a basic express server image resizer "proxy" coupled with Google Storage API.
The main goal of this project is to reduce the payload served to users. We also make use of heavy caching on Cloud Flare to be sure images aren't processed more than once.

## development

the main development branch is `develop`, whenever it is merged an automatic service deployment to staging happens. similarly when a `release`is performed, the main production service is deployed.

the code should be formatted with standard prettier config, even though there are no active linters configured currently.

0 comments on commit 40f6712

Please sign in to comment.