AC Photo Gallery is an open-source web app, which designed to organize your photos via album and provides powerful authority control for sharing.
Live application hosted in AliCloud.
Album list (Just showing the public shared album and the thumnail is grey meaning the album requires Access Code)
A web app need make its scope and supported scenario very clearly.
I had documenteed all scenarios supported by AC Photo Gallery via this Wiki page.
Do read it through before reading the codes.
To deploy or install this web app on a server, please read through this Wiki page.
This web app using traditional three-layer architecutre.
Sequence diagram of reading photos
In case cannot see image above, see diagram via the Link
The web app allows end user uploads the image files to public folder (the private image will be uploaded to Azure Storage account which not implemented in this open-source version yet), and update the records in the database.
The web app also provides the authority control over the album and photos. The identification upon user is hosted on another Azure application ACIdServer.
- AC ID Server Github Project : an Identity service hosted in Azure (will be obseleted soon);
- AC Gallery API Github Project : an Web API hosted in Azure (will be obseleted soon).
AC Photo Gallery web app built with following UI technologies:
- Angular;
- Ant-Design;
- TypeScript;
- ECharts;
Besides, it also using the following server side libaries:
Alva Chien | 钱红俊
A programmer, and a certificated Advanced Photographer.
Contact me:
- Via mail: alvachien@163.com. Or,
- My Website.
MIT