Skip to content

Backend of one of my projects simulating a mobile e-commerce app, made to learn Spring and mobile.

Notifications You must be signed in to change notification settings

HunnTeRUS/HunterMarketAppBackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Catalog App

A Catalog App, using:
Framework SpringBoot: To initialize project and help me with another dependencies.
REST API's: All of them available at https://hunter-market-app.herokuapp.com and the source code at src/main/java/resources.
Hibernate and JPA: I used them to persist data on database and help me with queries.
JWT: Used to do validations on endpoints, with Bearer Token and admin accounts validation.
Amazon S3: Used to storage users profile pictures and return to me the image URL.
Mockito: To help me with tests.
Database MySQL: I choose mysql cuzz i know it better than another databases.
Thymeleaf: To do some template emails for send when the user creates some order or forgot their password.

The frontend part of this project you can access and download APK file here: https://github.com/HunnTeRUS/HunterMarketApp-Frontend.

Just for learning.

About

Backend of one of my projects simulating a mobile e-commerce app, made to learn Spring and mobile.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages