Skip to content

Narkobaron15/MyStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyStore

Sample store app on Android. (MyStoreClient)
This repo contains api for this app (MyStoreBack)

Api endpoints (for now):

Authentication operations
  • /auth/login
  • /auth/register
  • /auth/refresh
Categories-related requests
  • /categories (get all categories)
  • /categories/{id} (get specific category)
  • /categories/create
  • /categories/update
  • /categories/delete/{id}