Skip to content

Commit

Permalink
add pic, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yennanliu committed Nov 7, 2023
1 parent ed87b61 commit c780f9c
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 20 deletions.
24 changes: 15 additions & 9 deletions springBootBlog/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# markdown-blog
> Build a blog via spring boot with markdown
# Spring Blog

<p align="center"><img src ="./doc/pic/SpringBlog.svg"></p>

Build a blog system via spring boot. Functionality : CRUD, Login/Logout (Spring security, OAuth), Blog post, edit, Comment, New user register, edit, Blog search


## Technology

- Java 11 (JDK 11)
- Mybatis, Data Jpa, lombok
- Spring security, OAuth
- Mysql

### Login:

Expand Down Expand Up @@ -97,6 +108,7 @@ nohup java -jar target/mdblog-0.0.1-SNAPSHOT.jar &


## API

| API | Type | Purpose | Example cmd | Comment |
|----------|------|---------------------------------|--------------------------------------------------------|--------------------------------|
| `GET` | GET | all posts | http://localhost:8888/posts/all | home page |
Expand All @@ -113,14 +125,8 @@ nohup java -jar target/mdblog-0.0.1-SNAPSHOT.jar &
| `GET /` | GET |Swagger | http://localhost:8888/swagger-ui.html |Api page|


## Technology
- Java 11 (JDK 11)
- Mybatis, Data Jpa, lombok
- Spring security, OAuth
- Mysql


## TODO

- UI improvement
- FE layout when access via mobile
- Admin page
Expand Down
1 change: 1 addition & 0 deletions springBootBlog/doc/pic/SpringBlog.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 17 additions & 11 deletions springWarehouse/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,26 @@
# Spring Warehouse System

<p align="center"><img src ="./doc/pic/SpringWareHouse.svg"></p>

Build a Warehouse admin system with Spring boot.
This system is for internal operation users. offers product, merchant, and order management.
Warehouse data are maintained, managed via this app
This system is for internal operation users. offers product, merchant, and order management. Warehouse data are maintained, managed via this app

## Technology
- Java 8
- Spring boot
- mybatispluss
- thymeleaf
- Mysql

## Data Model

<details>
<summary>Data Model</summary>

- Data Model
<p align="center"><img src ="./doc/pic/data_model.png"></p>

</details>

- Main functionality
- Add, remove, modify on *product* (storage), type, merchant, order

Expand All @@ -15,14 +29,6 @@ Warehouse data are maintained, managed via this app
- Merchant : business (company) who owns product
- Orders : a transaction, product from warehouse will be sent to client

## Tech

- Java 8
- Spring boot
- mybatispluss
- thymeleaf
- Mysql


## Run (local)

Expand Down
1 change: 1 addition & 0 deletions springWarehouse/doc/pic/SpringWareHouse.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c780f9c

Please sign in to comment.