Skip to content

Project Management web based project using Spring MVC framework

Notifications You must be signed in to change notification settings

lulzimgashi95/project-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Management

Web based project using Spring MVC framework

Prerequisites

Java

Database

Installing

1. First of all you need to have a small database in that project I used MySQL local server

2. Clone repository in your system using steps described here

3. Open project in any IDE and make sure that Maven download all dependencies that are in pom.xml (you can do that also in commandline, but it's harder way if you didnt done that before)

4. Execute all DDL queries that are located here (make sure you done all of this because project won't work if anything isn't completed)

5. Put your DB infos in that file for each particular field here

6. Start using the project.

Built With

•	Spring MVC - The web framework used
•	Maven - Dependency Management
•	JSP - Used to create the views

Dependencies

MySQL Connector - https://mvnrepository.com/artifact/mysql/mysql-connector-java/6.0.5

Jstl - https://mvnrepository.com/artifact/jstl/jstl/1.2

Java Servlet API - https://mvnrepository.com/artifact/javax.servlet/javax.servlet-api/3.1.0

Bean Validation API - https://mvnrepository.com/artifact/javax.validation/validation-api/1.1.0.Final

Spring Core - https://mvnrepository.com/artifact/org.springframework/spring-core/4.3.4.RELEASE

Spring WebMVC - https://mvnrepository.com/artifact/org.springframework/spring-webmvc/4.3.4.RELEASE

Spring JDBC - https://mvnrepository.com/artifact/org.springframework/spring-jdbc/4.3.4.RELEASE

Screenshots

http:https://prntscr.com/dpa44r

http:https://prntscr.com/dpa4am

http:https://prntscr.com/dpa4gv

http:https://prntscr.com/dpa4kt

About

Project Management web based project using Spring MVC framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages