iTravel - Travel Web App
Website displays destination to travel and other informations like price.
Admin can login and add or update destination and details.
User can also register, login and logout.
- Used MVT (Model-View-Template) architecture of Django
- Created models
- Connected to database using ORM
- Created and Consumed REST APIs
- Deployed on Apache Web Server
Request mapping for the flow specified above is illustrated as follows:
Browser(request) –> urls.py –> views.py –> homepage (function) -> Browser(response)