https://github.com/giosil/webapp-bs-it
Web application boilerplate based on a template of Bootstrap Italia.
https://github.com/giosil/webapp-bs-it
bootstrap java javascript typescript webapplication
Last synced: 2 months ago
JSON representation
Web application boilerplate based on a template of Bootstrap Italia.
- Host: GitHub
- URL: https://github.com/giosil/webapp-bs-it
- Owner: giosil
- Created: 2023-04-20T16:58:26.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-27T17:44:41.000Z (5 months ago)
- Last Synced: 2024-12-27T11:44:33.553Z (4 months ago)
- Topics: bootstrap, java, javascript, typescript, webapplication
- Language: JavaScript
- Homepage:
- Size: 26 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webapp Bootstrap Italia
Web application boilerplate based on a template of Bootstrap Italia.
## 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## Build and deploy web application
- `git clone https://github.com/giosil/webapp-bs-it.git`
- `mvn clean install` - this will produce `webapp-bs-it.war` in `target` directory
- Create database (see `oracle`, `mysql` directories)
- Create datasource `jdbc/db_app` in your application server
- Deploy `webapp-bs-it.war` in your application server
- Launch `http://localhost:8080/webapp-bs-it`## Run
Launch http://localhost:8080/webapp-bs-it on browser.
**Home Page**
**Article**
**Login Page**
**Application**
## Contributors
* [Giorgio Silvestris](https://github.com/giosil)