Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

jmp/picopic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

Picopic

Picopic is a small web service for optimizing images. It consists of a React frontend running at https://picopic.io/, and a backend exposing an API at https://api.picopic.io/. Currently, the service can be used to optimize PNG images via a web browser.

This is a hobby project. Its purpose was to teach me more about the different AWS services, serverless/microservice architecture, and infrastructure as code using CDK. Everything in the project, from frontend to backend including all the AWS services, is defined in code.

Repositories

Frontend

Status Repository Description
build picopic-frontend-infrastructure Infrastructure for the frontend
build picopic-frontend The React frontend written in TypeScript

Backend

Status Repository Description
build picopic-backend-infrastructure Common infrastructure for backend services
build picopic-backend-optimization-service A backend service for optimizing image files

End-to-end tests

Status Repository Description
e2e-tests picopic-e2e-tests End-to-end tests

Releases

No releases published

Packages

No packages published