https://github.com/cbarrick/db-final
A blog application for Apache Struts
https://github.com/cbarrick/db-final
Last synced: 3 months ago
JSON representation
A blog application for Apache Struts
- Host: GitHub
- URL: https://github.com/cbarrick/db-final
- Owner: cbarrick
- Created: 2015-07-14T17:14:57.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-29T03:38:41.000Z (almost 10 years ago)
- Last Synced: 2025-01-11T04:14:02.475Z (5 months ago)
- Language: Java
- Size: 25.2 MB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The application is compiled to a WAR archive called `Blog.war`. You can run it on Tomcat or other Java web servers.
The application requires a MySQL database named `blog` with tables setup according to `Schema.sql` and a user `root` with password `root123`