Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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