Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SakaDream committed Feb 20, 2021
1 parent 4451c25 commit 784fed9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ Or using [Docker](https://www.docker.com/)
- Run `docker-compose -f docker-compose.local.yml up` for local environment or `docker-compose -f docker-compose.prod.yml up` for production environment
- Enjoy! 😄

### Note for yew-address-book-client
- I also made yew-address-book-client, an Address Book Frontend using yew.rs. yew-address-book-client is heavily under in development, currently the web client does not have login/signup page, so if you want to integrate with backend-side, comment this line bellow in `main.rs` to disable authentication middleware
https://github.com/SakaDream/actix-web-rest-api-with-jwt/blob/636d6e548f60d341c05707a0e5d3f4e1ee02e60a/src/main.rs#L70


## APIs

### Address: **`localhost:8000`**
Expand Down

0 comments on commit 784fed9

Please sign in to comment.