All Projects → pajaydev → TravelWebApplication-Virtugo

pajaydev / TravelWebApplication-Virtugo

Licence: MIT License
This project is to develop a travel planner system, which describes about the climatic conditions, interesting places to visit, top hotels in the area and some additional features like travel reminders depending on the user’s destination. We have used Angular JS, HTML 5 for front end and Spring boot, MySQL for backend.

Programming Languages

java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to TravelWebApplication-Virtugo

angular2-cookie-law
Angular2+ component that provides a banner to inform users about cookie law
Stars: ✭ 38 (+80.95%)
Mutual labels:  angularjs
angular-openweather-app
A weather forecast app written in AngularJS
Stars: ✭ 54 (+157.14%)
Mutual labels:  angularjs
ng-loader
Webpack loader for AngularJs components
Stars: ✭ 28 (+33.33%)
Mutual labels:  angularjs
stream2segment
A Python project to download, process and visualize medium-to-massive amount of seismic waveforms and metadata
Stars: ✭ 18 (-14.29%)
Mutual labels:  angularjs
asana-webhooks-manager
Asana Webhooks Manager (AWM) is a free and open source management and event handling server, written in JavaScript (NodeJS, Angular) for Asana's webhooks API. Use AWM to manage webhooks subscriptions and accept event payloads from Asana in real-time. Want to create your own Asana Dashboard? Consider AWM as your starting point!
Stars: ✭ 23 (+9.52%)
Mutual labels:  angularjs
Angular-Firebase-Sortable-Table
Angular Firebase Sortable Table is a module that makes tables creation with firebase an easy task.
Stars: ✭ 28 (+33.33%)
Mutual labels:  angularjs
Realtime-Private-Chat-using-AngularJs-Nodejs-and-Mysql
📋 A real time Private Chat application using AngularJs, Nodejs and Mysql
Stars: ✭ 16 (-23.81%)
Mutual labels:  angularjs
tubular
A set of AngularJS directives designed to rapidly build modern web applications
Stars: ✭ 44 (+109.52%)
Mutual labels:  angularjs
wp-testing
WordPress testing plugin
Stars: ✭ 12 (-42.86%)
Mutual labels:  angularjs
WebStore-Spring-MVC
WebStore is a full fledged online shopping system built in Spring-MVC. It uses JSP for view templating and MySql at the database end.
Stars: ✭ 29 (+38.1%)
Mutual labels:  angularjs
angular-google-picker
An Angular directive that interact with Google Picker API
Stars: ✭ 78 (+271.43%)
Mutual labels:  angularjs
pillow-cli
A CLI tool for booting modernized AngularJS projects.
Stars: ✭ 12 (-42.86%)
Mutual labels:  angularjs
angular-environment
AngularJS Environment Plugin
Stars: ✭ 78 (+271.43%)
Mutual labels:  angularjs
ng-scrollable
Superamazing scrollbars for AngularJS
Stars: ✭ 58 (+176.19%)
Mutual labels:  angularjs
Swastika-IO-Admin
✔ [ SIOA ] Swastika I/O Admin dashboard template based on Bootstrap 4
Stars: ✭ 18 (-14.29%)
Mutual labels:  angularjs
auth-laravel-angular-jwt-satellizer
This is the demo source code that demonstrate a complete API service for authentication that uses Laravel, AngularJS, JWT and Satellizer.
Stars: ✭ 27 (+28.57%)
Mutual labels:  angularjs
uchiwa-web
Uchiwa is a simple yet effective open-source dashboard for the Sensu monitoring framework.
Stars: ✭ 17 (-19.05%)
Mutual labels:  angularjs
angular-easy-social-share
An easy way way to share the current page on an AngularJS app with Twitter, Facebook and LinkedIn.
Stars: ✭ 32 (+52.38%)
Mutual labels:  angularjs
ecommerce
Laravel open source e-commerce system.
Stars: ✭ 209 (+895.24%)
Mutual labels:  angularjs
ionic4-angular6-crud-example
Building CRUD Mobile App using Ionic 4, Angular 6 and Cordova
Stars: ✭ 50 (+138.1%)
Mutual labels:  angularjs

TravelWebApplication

This project is to develop a travel planner system, which describes about the climatic conditions, interesting places to visit, top hotels in the area and some additional features like travel reminders depending on the user’s destination. We have used Angular JS, HTML 5 for front end and Spring boot, MySQL for backend.

Installation Guide:

Software Installation

  1. Install Spring STS IDE from https://spring.io/tools/sts/all NOTE: If you are using Eclipse IDE install Spring Boot jars
  2. Install Java 1.7 (JDK or JRE)
  3. Install Apache Maven in your system (Version Used: 3.3.3)
  4. Install MySql Server Workbench database(Version Used: 6.3)

Setup Instructions

  1. Open MySql Server Run the script file as "Open Sql Script"

  2. Open Spring STS Download the source file to your desktop Import travelApp src folder as Existing Maven Project

  3. Open application.properties file change DataBase Name, UserName and Password of your database

  4. Two API's were used a) FourSquare API Get Client key and client secret key from https://developer.foursquare.com/docs/ b) DarkSky API Get Client Key from https://darksky.net/dev/docs

  5. Open BaseFactory.js Assign clientId and clientSecret variable with the keys obtained from FourSquare Assign weatherKey variable with key obtained from DarkSky

  6. Build your Project as File--> MavenBuild so that it can download all the jars.

  7. Run the Project as Run As --> Spring Boot App

  8. *** You are Good to go.. Play with our Application ******

Issues

If you are facing any issues, you can create the issues here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].