summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Luha <rasmus.luha@gmail.com>2022-03-09 17:15:38 +0200
committerRasmus Luha <rasmus.luha@gmail.com>2022-03-09 17:15:38 +0200
commit919f8c14cf855e199a2e4658b5c375661079b68a (patch)
treec20fe3715e872c5feeb9ed9479f398a9ea49c7ad
parent18982f720b57d4e54d6d55e0e098ecf7224b4330 (diff)
Readme add
-rw-r--r--README.md15
1 files changed, 14 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0fed1ca..6eedbde 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,19 @@
-Stuff I learned about
+# 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
+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
+
+
+# Stuff I learned about
---
* FastAPI
+* Postman, Heroku
* OAuth2 and Authenication tokens
* PosgreSQL / Sqlalchemy / Alembic
* Password hashing
+* And more..