An open API service indexing awesome lists of open source software.

https://github.com/tawfik-s/askme-api-spring

personal choise project to maximize my skills by doing unit testing and don't forget what i learn
https://github.com/tawfik-s/askme-api-spring

assertj jpql junit5 jwt mockito postgresql security spring-boot unit-test

Last synced: about 1 month ago
JSON representation

personal choise project to maximize my skills by doing unit testing and don't forget what i learn

Awesome Lists containing this project

README

          

# ask-me project

The idea is a Q/A website where users can send questions
to a user they follow, the user may choose to answer all or some of
these questions, the answers are public to everyone.

## test the API here
[![Run in Postman](https://run.pstmn.io/button.svg)](https://app.getpostman.com/run-collection/17623503-6388e118-2df0-4715-8674-4d928a09f3ab?action=collection%2Ffork&collection-url=entityId%3D17623503-6388e118-2df0-4715-8674-4d928a09f3ab%26entityType%3Dcollection%26workspaceId%3D281a1dde-5ec5-496a-a87d-c71655f1ec03)

### Entity relationship diagram

![erd](images/erd.png)

### project Architecture NTier
![img.png](images/arch.png)

### project class diagram
![askme.png](images/askme.png)

### Security Architecture diagram
![jwt-security.png](images/jwt-security.png)