Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbud1 committed Feb 7, 2024
1 parent 1da68a1 commit 5d1544c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ For endpoint 'category' and 'task' pagination is included.

Admin page is also configured to have the best view on the data.

### Testing
Unit tests are included and will be run before the server is started automatically.
For each endpoint there are tests for both valid and invalid scenarios. Pytest is used for testing.

## Deployment

Expand Down Expand Up @@ -50,4 +53,7 @@ Admin panel overview
[![Screenshot-2024-02-06-at-22-06-21.png](https://i.postimg.cc/2SF9szf3/Screenshot-2024-02-06-at-22-06-21.png)](https://postimg.cc/68qhRxqN)

Quick view at available endpoints
[![Screenshot-2024-02-06-at-22-06-42.png](https://i.postimg.cc/Df9CmWv8/Screenshot-2024-02-06-at-22-06-42.png)](https://postimg.cc/yWThb8SH)
[![Screenshot-2024-02-06-at-22-06-42.png](https://i.postimg.cc/Df9CmWv8/Screenshot-2024-02-06-at-22-06-42.png)](https://postimg.cc/yWThb8SH)

Unit tests are running before the server is started
[![Screenshot-2024-02-08-at-00-12-38.png](https://i.postimg.cc/J0t6HMWr/Screenshot-2024-02-08-at-00-12-38.png)](https://postimg.cc/m1fN0xDJ)

0 comments on commit 5d1544c

Please sign in to comment.