Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yauhenipo/travel-services-web

The project represents a website, which offers customers 3 types of services related to travelling: Tour agency, Hotel room rental, Car rental
https://github.com/yauhenipo/travel-services-web

Last synced: about 1 month ago
JSON representation

The project represents a website, which offers customers 3 types of services related to travelling: Tour agency, Hotel room rental, Car rental

Awesome Lists containing this project

README

        

# travel-service-WEB

The project represents a website, which offers customers 3 types of services related to travelling:
- Tour agency
- Hotel room rental
- Car rental





User performs following functions:
- registration;
- logging in;
- browsing three catalogues: tour offers, apartments and cars;
- using multicriteria sorting in catalogues;
- choosing an offer and making an order;
- receiving a bill for the order;
- logging out.

Admin performs following functions:
- adding new offers to catalogues: tour offers, apartments and cars;
- marking damaged cars and creating a bill for the clients;
- fetching info about orders: by service, by user, by period.

Project realisation details:
- MySQL JDBC with connection pool;
- MVC model;
- Factory method, Command, Singletone;
- JSP with JSTL;
- sessions and filters.