Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yauhenipo/travel-services-web
- Owner: YauheniPo
- Created: 2017-06-13T15:39:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-18T19:43:26.000Z (about 5 years ago)
- Last Synced: 2024-11-01T16:06:33.035Z (3 months ago)
- Language: Java
- Size: 7.21 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.