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

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

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`