Download PhluffyFotos Free Java Code
Description
PhluffyFotos is a Web 2.0 Picture Gallery Service where users can upload their pictures from the web or mobile device. Users can upload, tag, and share photos in this sample.
Icons
Source Files
The download file PhluffyFotos-master.zip has the following entries.
.gitignore// ww w. j a va2s. c o m
GettingStarted.md
LICENSE.md
README-MarkdownPadPreview.html
README.md
images/1.png
images/10.png
images/11.png
images/12.png
images/13.png
images/14.png
images/15.png
images/16.png
images/17.png
images/18.png
images/19.png
images/2.png
images/20.png
images/21.png
images/22.png
images/23.png
images/24.png
images/25.png
images/3.png
images/4.png
images/5.png
images/6.png
images/7.png
images/8.png
images/9.png
source/.nuget/NuGet.Config
source/.nuget/NuGet.exe
source/.nuget/NuGet.targets
source/PhluffyFotos.Data.WindowsAzure/AlbumRow.cs
source/PhluffyFotos.Data.WindowsAzure/Constants.cs
source/PhluffyFotos.Data.WindowsAzure/DataExtensions.cs
source/PhluffyFotos.Data.WindowsAzure/PhluffyFotos.Data.WindowsAzure.csproj
source/PhluffyFotos.Data.WindowsAzure/PhotoAlbumDataContext.cs
source/PhluffyFotos.Data.WindowsAzure/PhotoRepository.cs
source/PhluffyFotos.Data.WindowsAzure/PhotoRow.cs
source/PhluffyFotos.Data.WindowsAzure/PhotoTagRow.cs
source/PhluffyFotos.Data.WindowsAzure/Properties/AssemblyInfo.cs
source/PhluffyFotos.Data.WindowsAzure/SlugHelper.cs
source/PhluffyFotos.Data.WindowsAzure/TableStorageExtensionMethods.cs
source/PhluffyFotos.Data.WindowsAzure/TagRow.cs
source/PhluffyFotos.Data.WindowsAzure/packages.config
source/PhluffyFotos.Data/Album.cs
source/PhluffyFotos.Data/CustomDictionary.xml
source/PhluffyFotos.Data/Exceptions/PhotoNameAlreadyInUseException.cs
source/PhluffyFotos.Data/IPhotoRepository.cs
source/PhluffyFotos.Data/PhluffyFotos.Data.csproj
source/PhluffyFotos.Data/Photo.cs
source/PhluffyFotos.Data/Properties/AssemblyInfo.cs
source/PhluffyFotos.Data/Tag.cs
source/PhluffyFotos.Web/Content/Site.css
source/PhluffyFotos.Web/Content/images/bg.gif
source/PhluffyFotos.Web/Content/images/left.jpg
source/PhluffyFotos.Web/Content/images/logo.png
source/PhluffyFotos.Web/Content/images/noPictures.jpg
source/PhluffyFotos.Web/Content/images/processing.png
source/PhluffyFotos.Web/Content/images/upload.png
source/PhluffyFotos.Web/Content/layout.css
source/PhluffyFotos.Web/Controllers/AccountController.cs
source/PhluffyFotos.Web/Controllers/AccountMembershipService.cs
source/PhluffyFotos.Web/Controllers/AlbumController.cs
source/PhluffyFotos.Web/Controllers/HomeController.cs
source/PhluffyFotos.Web/Controllers/PhotoController.cs
source/PhluffyFotos.Web/Controllers/SearchController.cs
source/PhluffyFotos.Web/Global.asax
source/PhluffyFotos.Web/Global.asax.cs
source/PhluffyFotos.Web/PhluffyFotos.Web.csproj
source/PhluffyFotos.Web/Properties/AssemblyInfo.cs
source/PhluffyFotos.Web/Properties/PublishProfiles/PhluffyFotosWeb - FTP.pubxml
source/PhluffyFotos.Web/Properties/PublishProfiles/PhluffyFotosWeb - Web Deploy.pubxml
source/PhluffyFotos.Web/Scripts/jquery-1.6.2-vsdoc.js
source/PhluffyFotos.Web/Scripts/jquery-1.6.2.js
source/PhluffyFotos.Web/Scripts/jquery-1.6.2.min.js
source/PhluffyFotos.Web/Scripts/jquery-1.7.2.intellisense.js
source/PhluffyFotos.Web/Scripts/jquery-1.7.2.js
source/PhluffyFotos.Web/Scripts/jquery-1.7.2.min.js
source/PhluffyFotos.Web/Scripts/jquery.unobtrusive-ajax.js
source/PhluffyFotos.Web/Scripts/jquery.unobtrusive-ajax.min.js
source/PhluffyFotos.Web/Scripts/jquery.validate-vsdoc.js
source/PhluffyFotos.Web/Scripts/jquery.validate.js
source/PhluffyFotos.Web/Scripts/jquery.validate.min.js
source/PhluffyFotos.Web/Scripts/jquery.validate.unobtrusive.js
source/PhluffyFotos.Web/Scripts/jquery.validate.unobtrusive.min.js
source/PhluffyFotos.Web/Settings.StyleCop
source/PhluffyFotos.Web/Validations/FieldLengthValidationAttribute.cs
source/PhluffyFotos.Web/ViewModels/AccountLogOnViewModel.cs
source/PhluffyFotos.Web/ViewModels/AccountRegisterViewModel.cs
source/PhluffyFotos.Web/ViewModels/AlbumCreateViewModel.cs
source/PhluffyFotos.Web/ViewModels/AlbumUploadViewModel.cs
source/PhluffyFotos.Web/ViewModels/AlbumViewModel.cs
source/PhluffyFotos.Web/ViewModels/PhotoViewModel.cs
source/PhluffyFotos.Web/Views/Account/LogOn.cshtml
source/PhluffyFotos.Web/Views/Account/Register.cshtml
source/PhluffyFotos.Web/Views/Album/Create.cshtml
source/PhluffyFotos.Web/Views/Album/Get.cshtml
source/PhluffyFotos.Web/Views/Album/Index.cshtml
source/PhluffyFotos.Web/Views/Album/Upload.cshtml
source/PhluffyFotos.Web/Views/Home/Index.cshtml
source/PhluffyFotos.Web/Views/Photo/Index.cshtml
source/PhluffyFotos.Web/Views/Search/Search.cshtml
source/PhluffyFotos.Web/Views/Shared/Error.cshtml
source/PhluffyFotos.Web/Views/Shared/_Layout.cshtml
source/PhluffyFotos.Web/Views/Web.config
source/PhluffyFotos.Web/Views/_ViewStart.cshtml
source/PhluffyFotos.Web/Web.Debug.config
source/PhluffyFotos.Web/Web.Release.config
source/PhluffyFotos.Web/Web.config
source/PhluffyFotos.Web/packages.config
source/PhluffyFotos.Worker/PhluffyFotos.Worker.csproj
source/PhluffyFotos.Worker/Properties/AssemblyInfo.cs
source/PhluffyFotos.Worker/WorkerRole.cs
source/PhluffyFotos.Worker/app.config
source/PhluffyFotos.Worker/packages.config
source/PhluffyFotos.sln
source/PhluffyFotos/PhluffyFotos.ccproj
source/PhluffyFotos/Profiles/PhluffyFotosCloudServiceProduction.azurePubxml
source/PhluffyFotos/ServiceConfiguration.Cloud.cscfg
source/PhluffyFotos/ServiceConfiguration.Local.cscfg
source/PhluffyFotos/ServiceDefinition.build.csdef
source/PhluffyFotos/ServiceDefinition.csdef
source/Settings.StyleCop
Download
Click the following link to download PhluffyFotos-master.zip.
PhluffyFotos-master.zip