Shop App
This is an implementation of an app that lists shops nearby in PHP
The functionnalities of the app are:
-a user can sign up using email & password
-a user can sign in using email & password
-a user can display the list of shops sorted by distance
-a user can like a shop, so it can be added to his preferred shops(liked shops shouldn’t be displayed on the main page)
-a user can dislike a shop, so it won’t be displayed within “Nearby Shops” list during the next 2 hours
-a user can display the list of preferred shops
-a user can remove a shop from his preferred shops list