Usage Guide
(All the actions sholbe be perfomed in python virtual environment)
- Download poetry (follow the instructions provided by documentation https://python-poetry.org/docs/#installation)
- Download the 'Project' folder to any directory on your computer (excluding Desktop)
- Using your terminal (cmd or PowerShell for Windows) move inside 'Project' folder (.../Project>) and type 'poetry install' (this will install all the required dependecies)
- Open the 'Project' folder as a python project (PyCharm is recommended)
- Use IDE's Terminal, move to 'project' folder (cd .\project\ in PyCharm) and invoke waitress-serve --host (your localhost ip) --port=88 --call "main:create_app" command
- Now follow http://localhost:88/api/v1/hello-world-11 and you should see "Hello world 11" text.
- Terminate your terminal when done.
Database schema:
