Skip to content

Commit 10b84d2

Browse files
authored
Create README.md
1 parent 408f7b7 commit 10b84d2

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Dynamic-Blog
2+
Dynamic blog is a project which is base on java servlet, JSP, HTML, BootStrap, and Sqlite DB.
3+
4+
# information about Dir
5+
6+
## WebContent
7+
- This File are contain front end of our website.
8+
- and the Triger of the website is Main.jsp.
9+
10+
## src
11+
### dao
12+
- in the dao package all are data access classes.
13+
### entity
14+
- in entity package we are provide encapsulation / getter and setter methods.
15+
### helper
16+
- in helper package we provide database connection.
17+
### servlet
18+
- in servlet package all are servlet classes that are connect to the front end web pages.
19+
20+
## Blog.sqlite
21+
- blog.sqlite is database file of sqlite database
22+
23+
# For contributors
24+
- contributors are well-come to this project.
25+
- you can contribute to made front-end is user friendly.
26+
- you can contribute to bakend to perform fast operation.
27+
- you can add more features to this project.
28+
- you can edit this readme file to clear understand.
29+
- basically there is no limitations.

0 commit comments

Comments
 (0)