Skip to content

alirezaly/photo-gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

photo-gallery

Preview

Summary

In this applicaion I've used minimalist Go web framework Echo to do the heavy work for back-end API and template rendering, After that BoltDB comes into play as key-value storage which provides corss-platform compilation for storing information and for displaying the images I've used CSS Grid and AJAX to make the UI more smooth.

  • jQuery
  • AJAX
  • Go
  • BoltDB
  • Echo -- > minimalist Go web framework

How to run it?

You can either download the zip file or git clone [email protected]:alirezaly/photo-gallery.git into your computer then simply run make build to run the application as a binary or make run to temporarly run the applicaion.

make-build make-run

How it works?

This application provides a kind of simple old-school monolith with that provides server-side rendering from Echo framework and updating the view usign jQuery after successfull AJAX calls. arch

How to test flagged/tagged photos?

After the applicaion is loaded you can just click on the heart button heart and then it'll be toggled based the previous state. test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published