Skip to content

Amoghrd/TripSage

 
 

Repository files navigation

TripSage

The only Itinerary planner, you will ever need

Build Status DOI MaintainabilityGitHub issues GitHub closed issues GitHub

See UI Mockups at : TRIPSAGE

IMAGE ALT TEXT HERE


Hello! Welcome to TripSage!

Why TripSage?

Travelling to a new country can be stressful. Couple that with COVID, almost impossible. But the mental health benefits of travelling to new and exciting places doesn’t have to be so risky and expensive.
TripSage is a website that plans trips for users inside their home country. Simply, pick a destination state and cities, and you’ll be directed to your ideal trip. We have plans to include tags for: COVID -19 hotspots, whether the location is indoors, and the general population at that location to make sure users can practice safe travelling.

A new way of life doesn’t have to mean you can’t travel.
Explore the new of travelling with TripSage.

Tools used

We use Django, SQLite3, HTML, CSS, and Javascript.

New to Django?

Check out the basics: https://docs.djangoproject.com/en/3.1/intro/tutorial01/
The first 3 tutorials should be enough to get you started with our project.

Want a more in-depth look at server-side development?
Check out the basics: https://developer.mozilla.org/en-US/docs/Learn/Server-side
This tutorial also covers Django.

How to Run:

Clone the git repository to the desired folder location on your system Navigate to the folder TripSage. This is the Django project. tripHome is the application for the project. A project can have multiple applications.
Run on the command line:
python manage.py runserver

Project Structure:

(Disclaimer: Need some knowledge of Django to understand Project structure, please go through above resources if needed)
TripSage/
  tripHome/
   models.py
   views.py
    urls.py
    templates/
     index.html
     base_generic.html
     result.html
    static/
     js/
      custom.js
      resultsPage.js


Phase 1 Completed Deliverables

  • Setup design and architecture of project (Django MVC)
  • Implemented call to Google Maps API to retrieve location details.
  • Setup Database Models required for the application.
  • Designed UI Mockups for the front end of the application.

Phase 2 Planned Deliverables

  • Improve the front-end of the design
  • Addition of style checkers for codebase
  • Adding Formatting guide and Code coverage to the code
  • Implementing core functionalities using the UI Mockups as a reference

About

The only Itinerary planner, you will ever need

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 53.1%
  • CSS 27.2%
  • Python 10.1%
  • HTML 9.6%