Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 750 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 750 Bytes

#Wewalk Interview Task

The backend application that lists the locations on the specified route. Google and Foursquare APIs were used in the application.

Installation

Clone the repo to run the application, then go to the project directory and run the command below on the terminal.

docker-compose up

###Api Endpoints

  • account/sign-up --> registration
  • account/login --> login
  • account/logout --> logout
  • api/v1/places --> lists venues on route (must enter origin and destination latitude, longitude values as a GET request parameter)
  • api/v1/favourites --> lists favourite venues of auth user (GET)
  • api/v1/favourites --> add places to favorites. (POST)

####Note

  • Don't forget change the api keys in settings.py