forked from ntt2k/java-servlet-login-and-display
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.md~
More file actions
24 lines (19 loc) · 679 Bytes
/
README.md~
File metadata and controls
24 lines (19 loc) · 679 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Java Servlet Login and Display
--------------------
Most web app start with Login system and Display data.
This simple app serves those purposes.
Building backend with Tomcat 7 & MySQL 5 for simple Login system
and Display responsive Data Table with Bootstrap 3.


Installation
------------
+ Create MySQL database through script 'createtable_composite.sql' inside 'database' folder.
+ Import whole project into Eclipse & click Run As --> Maven build.
Credit
-------
Basic interview project by http://www.compositeapps.net/
Support
-------
Developed by http://ntt2k.io
-- Wed Mar 23 11:42:39 PDT 2016