quimarnau / sunny-express

Project for the course Interaction Programming and the Dynamic Web (DH2642). 2017 Spring Semester at KTH.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sunny-express

About

Sunny Express is a web application made for deciding about ideal vacations. The user can set his/her weather preference and countries of arrival and the application will filters and suggest a place to visit based on the weather preference. City detail view with flights, sights is also available, alongside a calendar do display past and upcoming trips.

The project was carried out for the course Interaction Programming and the Dynamic Web (DH2642) at KTH (Kungliga Tekniska Högskolan) in 2017.

System

The application runs on a full MEAN Stack:

  • M - MongoDB database, for trips, cities, countries, weather condition data storing
  • E - ExpressJS is the framework used for backend development
  • A - AngularJS is the framework used for the frontend development
  • N - NodeJS is the system on which the application runs.

Demo

To try it out type in:

npm start

Frontend is running on localhost:8000 while backend is on localhost:3000

Team

Made by:

About

Project for the course Interaction Programming and the Dynamic Web (DH2642). 2017 Spring Semester at KTH.


Languages

Language:JavaScript 59.9%Language:HTML 34.0%Language:CSS 6.1%