Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.

tonsV2/Lift-Log-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lift-Log-Backend

Backend for logging of weight lifting exercises.

Launch application

./mvnw spring-boot:run

Run tests

SPRING_PROFILES_ACTIVE=test ./mvnw test

TODO

Ensure all controller methods return proper http status codes

  • This should be done by wrapping all return values in ResponseEntity's

Only objects returned should be either org.springframework.hateoas.Resources or org.springframework.hateoas.Resource and with proper hateoas links

  • Ensure this by writing a reflection based test?

Notes

Android api auth

Send token as password towards basic auth. Use custom filter to validate against google... ?

Retrofit basic auth

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published