Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.09 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.09 KB

Startup Management System

Build Status Heroku

Deploy

Final Project on JavaEE #6 course (GoIT) of group #6

The Startup Management System provides users with convenient tools to find startups and find investors for user’s startups.

The core of the Startup Management System is a Java application and a SQL (MySQL) database.

The application has been built according to Model-View-Controller architecture pattern.

Frameworks and Technologies:

  • SQL - MySQL;
  • Spring Framework(Core, MVC, Security);
  • ORM - Hibernate;
  • Front-End - JSP, JSTL, BootStrap, CSS, JavaScript;
  • Logger - Log4j;
  • Testing - Junit, Mockito, Spring;
  • Building - Apache Maven.