We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 924e0fa commit d95f67bCopy full SHA for d95f67b
README.md
@@ -73,3 +73,17 @@ Feel free to use the
73
in this repo to ✍🏼 your thoughts or even use the disqus comments section on the blogs.
74
75
Happy learning!
76
+
77
+# Notes:
78
+To run api locally with python:
79
+- activate virtual environment
80
+- open the folder the API is in
81
+- execute 'python-server.py'
82
+- open swagger to check
83
84
+Build the local database
85
+-inside the virtual environment 'python_build database.py' (creates a database with a table and inserted data)
86
87
+starting the flask server 'python server.py' (this would run on the localhost 5000 port)
88
89
+you can use postman to hit the API -
0 commit comments