REST API for travel company -> Django + Django Rest Framework
-
user registration
-
user authentication (token authentication)
-
update, delete, get user profile:
-
change user password:
-
get/update/post/delete -> trips/hotels/airport/city/country
-
get airport / hotel for particular trips
- http://localhost:8000/api/trips/int:pk/hotel
- http://localhost:8000/api/trips/int:pk/airport-dest -> (destination airport)
- http://localhost:8000/api/trips/int:pk/airport-dep -> (departure airport)