Giter Site home page Giter Site logo

quochuyy10217 / flyseum Goto Github PK

View Code? Open in Web Editor NEW

This project forked from imgios/flyseum

0.0 0.0 0.0 7.14 MB

✈ European flight booking website made with Java Servlets.

Home Page: https://flyseum.herokuapp.com/

Java 86.54% CSS 0.77% JavaScript 12.50% Dockerfile 0.19%

flyseum's Introduction

🛫
FLYSEUM
European flight booking website

Flyseum is a Web Development project for academic purposes. It's a little maven webapp where you can easily find flights in the european zone, taking off from Rome :).

It has been made with:

  • Java, using Java Servlets as controllers, JavaBeans as model and JavaServer Pages as view (MVC pattern)
  • MySQL
  • HTML5 & CSS3
  • Bootstrap in order to make it mobile-first and responsive
  • JavaScript, jQuery and AJAX

Deployment

Flyseum can be deployed with Maven or manually with the .war file.

Prerequisites

  • Maven
  • latest JDK

Deployment with Maven

  1. Clone the repository
$ git clone https://github.com/imgios/flyseum.git
  1. Move in /flyseum dir and package it with Maven:
mvn package
  1. Deploy the project with java:
java -jar target/dependency/webapp-runner.jar target/*.war
  1. Visit localhost and enjoy Flyseum!

Info

  • Currently, you can do the checkout only if you're logged in.
  • Please, avoid accessing the database.
  • In sql/flyseum.sql you can find:
    • Test user
    • Test admin
    • Some test flights
  • Be aware that master branch's GitHub Insights aren't accurate because git counted files creation instead of movement while converting into maven.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.