tripsage

The only Itinerary planner, you will ever need

https://github.com/tripsage/tripsage

Science Score: 41.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.8%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

The only Itinerary planner, you will ever need

Basic Info
  • Host: GitHub
  • Owner: TripSage
  • License: apache-2.0
  • Language: JavaScript
  • Default Branch: master
  • Size: 9.57 MB
Statistics
  • Stars: 0
  • Watchers: 3
  • Forks: 7
  • Open Issues: 12
  • Releases: 0
Created almost 6 years ago · Last pushed almost 5 years ago
Metadata Files
Readme Contributing License Code of conduct Citation

README.md

TripSage

The only Itinerary planner, you will ever need

Build Status DOI MaintainabilityGitHub issues GitHub closed issues GitHub

See UI Mockups at : TRIPSAGE




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


Group:

  1. Dhruvil Shah (dshah4)
  2. Neeraj Shukla (nshukla2)
  3. Poorvaja Penmetsa (ppenmet)
  4. Sreemoyee Ray (sray9)
  5. Sameer Adhikari (sadhika2)

Owner

  • Name: TripSage
  • Login: TripSage
  • Kind: organization

Citation (CITATION.md)

# Cite as ...

Dhruvil Shah, PPenmetsa, & sameeradh. <br>
(2020, September 8).
TripSage/TripSage: Initial Release  <br>
(Version v1.0.0). Zenodo. <br>
https://doi.org/10.5281/zenodo.4019814

```bibtex
@software{dhruvil_shah_2020_4019814,
  author       = {Dhruvil Shah and
                  PPenmetsa and
                  sameeradh},
  title        = {TripSage/TripSage: Initial Release},
  month        = sep,
  year         = 2020,
  publisher    = {Zenodo},
  version      = {v1.0.0},
  doi          = {10.5281/zenodo.4019814},
  url          = {https://doi.org/10.5281/zenodo.4019814}
}
```

GitHub Events

Total
Last Year

Dependencies

requirements.txt pypi
  • Django ==3.1.1
  • pytest *
  • pytest-pylint ==0.16.1
  • requests *
  • xmltodict *
setup.py pypi
  • python *