Skip to content

gary94746/gallery-angular

Repository files navigation

GalleryFronted

Simple gallery app with tailwind and NestJs as Backend

The final result looks like: Screenshot screenshot1

This app contains:

  • Reactive form validation
  • Responsive Design
  • Image download
  • Image size validation
  • Http comunication

To run this app local:

yarn install
ng serve

This app is also avalaible with docker

# first build the docker image
docker build -t gallery-fronted .
# run the build image
docker run --name gallery-fronted -d -p 80:80 gallery-fronted

Check this proyect online

NetlifyApp