diff options
author | Rasmus Luha <rasmus.luha@gmail.com> | 2022-03-09 17:19:18 +0200 |
---|---|---|
committer | Rasmus Luha <rasmus.luha@gmail.com> | 2022-03-09 17:19:18 +0200 |
commit | 72fb05717ea5ed33fb17a2d8e3343051abc78e08 (patch) | |
tree | e3d7e898698dbf9e01965eab12f5994707a7c605 | |
parent | 919f8c14cf855e199a2e4658b5c375661079b68a (diff) |
new Readme
-rw-r--r-- | README.md | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -1,16 +1,15 @@ # How to See What Is Up -You can go [directly](https://www.google.com), and check out the docs. Just add /docs to the end of the url. -But as most of the API functionality requires authentication, better way is to use Postman +You can go [directly](https://fastapi-luhamus.herokuapp.com/docs), and check out the docs. +But, as most of the API functionality requires authentication, better way is to use Postman and add ``` pm.environment.set("jwt_token", pm.response.json().access_token) ``` to the Tests section under {{URL}}/login -That way you are autehnicated and can create, view, like the posts and other things that require logging in +That way you are autehnicated and can create, view and like the posts, and other things that require logging in -# Stuff I learned about ---- +### Stuff I learned about * FastAPI * Postman, Heroku * OAuth2 and Authenication tokens |