Skip to content

Django Rest-Framework based project for Tourism.

Notifications You must be signed in to change notification settings

Mopidevi18/Travel-Agency

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travel Agency

It is a Django Rest Framework based website targetted at tourists. It is concentrated at Service Oriented Architecture. Hence, as many as 4 RESTful APIs have been exposed and 7 APIs have been consumed.

Features for users

  • Search Flight Details
  • Search Hotel Details
  • Rent Travel Products
  • Crowdfunding Travel Expenses
  • Find a Travel Partner
  • Weather
  • Stripe for Secure Payments
  • Github and Google Authentication

Swagger Documentation for the APIs in HTML format is available.

Mock Server Application (Django)

A Django based Mock Application to show the implementation, working, and permissions of the exposed APIs.

To Run the Mock Application:

Go to the 'app' directory and run:

python manage.py runserver 8000

Open another shell and go to 'mock' directory and run:

python manage.py runserver 4000

To see the mock application, go to http://localhost:4000 on your web browser.

About

Django Rest-Framework based project for Tourism.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 73.8%
  • CSS 14.6%
  • Python 10.6%
  • Other 1.0%