Skip to content

gary94746/gallery-nestjs

Repository files navigation

GalleryBackend

Simple gallery app with NestJs and angular in Fronted

This app contains:

  • Data Validation
  • Image resizing with sharp
  • Image download, upload
  • Files manipulation
  • Config module, async injection
  • Postgres

To run this app local, make sure that you have the .env configured correctly

yarn install
yarn start

This app is also avalaible with docker

# first build the docker image
docker build -t gallery-backend .
# run the build image
docker run --name gallery-backend -d -p 3000:3000 gallery-backend

Note

Master store images locally, to store in your s3 bucket checkout to branch aws

This project was hosted on heroku

About

Gallery, thumbnails generation, aws s3 storage

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published