Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

pondkemon/python-rest-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

5 Commits

Repository files navigation

python-rest-flask

How to start //mac

  1. cd {project}
  2. install venv or install python3 -> $python3 -m venv env
  3. $. venv/bin/activate
  4. $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
  5. $python waitress_server.py it will show -> Serving on http://0.0.0.0:8080
  6. ctl+c to exist Serving
  7. if you want to exist venv -> $deactivate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /