Skip to content

FrontczakA/Playtopia-java-spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playtopia

Playtopia is a Java Spring Framework project currently under development. It operates on a PostgreSQL database and serves as an online game shop. Here are the planned features, along with the addition of unit tests using JUnit:

Completed features:

  1. Admins have special privileges, including adding new games, deleting existing ones, and updating game details. (login and password to admin account is 'admin')

  2. Registration and logging in system created with Spring Security.

  3. Users can view specific details about each game.

  4. Users can browse a paginated list of all available games and filter them according to their preferences.

  5. Users can change their data and delete account after registration in profile details page.

  6. Users have the ability to delete and add games to their shopping basket.

  7. Users can complete purchases using a straightforward ordering system implementation.

  8. Users can see their order history.

How to run

  1. Navigate to project folder in CMD

  2. To run app type

docker-compose up --build
  1. Open in your browser
http://localhost:8081/games

About

Playtopia is a Java Spring Framework project I developed during my studies. Its online game store that is operating on a PostgreSQL database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors