Skip to content

AvdhootJadhav/GalleyApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhotosUp

This is a simple gallery website wherein people can add images, delete and view them. The backend of the website is build using Spring Boot and frontend is build using Thymeleaf template. For storing the images MongoDB database is used.

Steps (Github)

  1. Fork the project from PhotosUp repo
https://github.com/AvdhootJadhav/GalleyApp
  1. Add your mongo-uri in application.properties file in src/java/resource
  2. Now just run the project

Steps (Docker)

  1. Pull the image for the project from the dockerhub using following command
docker pull avdhootj/photosup:0.0.1
  1. Once the image is downloaded run the image using following command
docker run -p 8080:8080 avdhootj/photosup:0.0.1
  1. After running the image just open your browser and type the url to view the project
http://localhost:8080

PS: The application was hosted on Heroku but due to the shut down of free tier I can't host it anymore.

Screenhots of the project





Releases

No releases published

Packages

No packages published