Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giosil/bookme
Web module to manage appointments.
https://github.com/giosil/bookme
booking booking-system booking-website full-stack fullstack java webapp webapplication
Last synced: about 13 hours ago
JSON representation
Web module to manage appointments.
- Host: GitHub
- URL: https://github.com/giosil/bookme
- Owner: giosil
- Created: 2021-01-18T17:47:15.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-01T09:18:53.000Z (over 1 year ago)
- Last Synced: 2024-04-16T18:51:03.002Z (7 months ago)
- Topics: booking, booking-system, booking-website, full-stack, fullstack, java, webapp, webapplication
- Language: Java
- Homepage:
- Size: 4.08 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bookme module
Web module to manage appointments. Use *wrapp* frontend template.
## Dependencies
**multi-rpc 2.0.0**
- `git clone https://github.com/giosil/multi-rpc.git`
- `mvn clean install` - this will publish `multi-rpc-2.0.0.jar` in Maven local repository**wrapp**
- `git clone https://github.com/giosil/wrapp.git`
- `mvn clean install` - this will produce `wrapp.war` in `target` directory## Build and deploy web application with Wrapp
- Create if not exists `$HOME/cfg` directory
- Copy json files from `cfg` to `$HOME/cfg`
- Deploy `wrapp.war` in your application server
- `git clone https://github.com/giosil/bookme.git`
- `mvn clean install` - this will produce `bookme.war` in `target` directory
- Create database (see `oracle`, `mysql`, `h2` directories)
- Create datasource `jdbc/db_bookme` in your application server
- Deploy `bookme.war` in your application server
- Launch `http://localhost:8080/wrapp`
- Enter (whatever) credentials on the login page (no check done in dev configuration)## Deploy web application on Tomcat using Docker
See [Tomcat](https://github.com/giosil/bookme/tree/master/tomcat) page.
## Contributors
* [Giorgio Silvestris](https://github.com/giosil)