How to start //mac
- cd {project}
- install venv or install python3 -> $python3 -m venv env
- $. venv/bin/activate
- $python waitress_server.py if error occoured try to install lib reqire
(search in Google)
eg.
- pip install waitress
- pip install flask
- pip install flask_restful
- pip install flask_cors
- $python waitress_server.py it will show -> Serving on http://0.0.0.0:8080
- ctl+c to exist Serving
- if you want to exist venv -> $deactivate