ydin0771 commited on
Commit
88885a2
β€’
1 Parent(s): b95ff1b

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -10
README.md DELETED
@@ -1,10 +0,0 @@
1
- ## Getiting Start with Flask
2
- ### install flask
3
- to run the back end, firstly you should install the flask on your computer , open the commender and input pip instal flask and it will download quickly
4
- ### setting the environment
5
- seconly make should you have the venv and if no this your falsk app can not run smoothly
6
- ### add the requirenment documents
7
- create a requienment.txt add Flask==0.12.3click==6.7gunicorn==19.7.1itsdangerous==0.24Jinja2==2.9.6MarkupSafe==1.0pytz==2017.2requests==2.13.0Werkzeug==0.12.1
8
- ### create main file
9
- finaly the last line app.run(debug=True,host='0.0.0.0',port=80) you can set the port and host as you wish
10
-