Skip to content

Commit 0eb232f

Browse files
authored
Create README.md
1 parent 84c0797 commit 0eb232f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Quest "Spring & JDBC2: Insert"
2+
3+
## Educational exercise from Wild Code School
4+
5+
This quest teaches how to insert new datas into a database through a form in a web page with Spring JDBC.
6+
7+
We are given a SQL file to import containing a database: characters and school from Harry Potter's book.
8+
9+
The purpose here is to insert new characters and new schools to the existing database.
10+
11+
![screen capture](https://github.com/0reldev/quest-spring-jdbc-insert/blob/master/sc/screen-capture-1.png)
12+
13+
![screen capture](https://github.com/0reldev/quest-spring-jdbc-insert/blob/master/sc/screen-capture-2.png)
14+
15+
![screen capture](https://github.com/0reldev/quest-spring-jdbc-insert/blob/master/sc/screen-capture-3.png)
16+
17+
![screen capture](https://github.com/0reldev/quest-spring-jdbc-insert/blob/master/sc/screen-capture-4.png)
18+
19+
![screen capture](https://github.com/0reldev/quest-spring-jdbc-insert/blob/master/sc/screen-capture-5.png)

0 commit comments

Comments
 (0)