Skip to content

backend Python server with flask and webpage for user interface

Notifications You must be signed in to change notification settings

asyx21/flask_srv_ui_webpage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask_srv_ui_webpage

backend Python server with flask and webpage for user interface

Activation

The server is set to run on localhost port 4567 type localhost:4567in your browser to access the user interface if you want to run he server elsewhere, replace localhost with ip adress

To be able to run flask_server.pyyou should install pip and virtualenv

sudo apt-get install python-pip
sudo pip install virtualenv

then create a directory called virtual and activate the virtualenvironment:

mkdir virtual
virtualenv virtual
source virtual/bin/activate

Once you are running into to virtualenv you can install needed packages and run the server:

pip install flask

python flask_server.py

About

backend Python server with flask and webpage for user interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published