Skip to content

This web application is designed for an item request and inventory system. A faculty or student can request specific items which should be located in a specific room in the school. Implemented with Spring MVC and MySQL DB.

Notifications You must be signed in to change notification settings

skycmoon/DeliveryOnDemand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

First, build a database with the dod_schema.sql file using MySQL DBMS.

Second, modify the ~/src/main/webapp/resources/jdbc.properties file to setup the database name, user name and password of the MySQL DBMS.

Third, Run "maven clean install" to build a war file in the ~/target folder. OR, you can just open this with IDEs (IntelliJ, STS, etc.).

Fourth, Deploy the war file to a Servlet container (Tomcat, Jetty etc.) or you can just use a server provided by the IDE you are using.

Fifth, the application ID and password is in ~/src/main/webapp/WEB-INF/spring-security.xml

Last, have a fun!

About

This web application is designed for an item request and inventory system. A faculty or student can request specific items which should be located in a specific room in the school. Implemented with Spring MVC and MySQL DB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages