Skip to content

A simple application with registration, logging in, adding photos, administration panel

Notifications You must be signed in to change notification settings

martadrabik-dabrowska/app-with-photo-album

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

app-with-photo-album

Table of contents

Click on the picture and check on YouTube 🠓

General info

This app allows:

  • new user registrations
  • logging in to an account with user or admin access
  • upload photos with descriptions to your own account
  • browsing photos of other users
  • editing data
  • browsing user list and deleting user account from admin level
  • logging out

Technologies

Screenshots

Register Page

Register Page

User Page

Main Page

Add new photo

Add Photo Page

Edit Profile

Edit Profile Page

Installation

This app is a Spring Boot application built using Maven. You can build a jar file and run it from the command line:

git clone https://github.com/martadrabik-dabrowska/app-with-photo-album

cd app-with-photo-album
./mvnw package
java -jar target/*.jar

You can then access app here: http://localhost:8096/

Status

Project is: in progress

License

MIT

Photos from Pixabay

Releases

No releases published

Packages

No packages published