Skip to content

Matching (disabled) job seekers to employers the IoT way

Notifications You must be signed in to change notification settings

AccessibleTech/MatchMaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple Server with Python Flask

This is a simple skeleton Flask server project that works on any of the devices supported by resin.io.

This project simply serves up "Hello World!" on port :80 of your resin.io device.

To get this project up and running, you will need to signup for a resin.io account here and set up a device, have a look at our Getting Started tutorial. Once you are set up with resin.io, you will need to clone this repo locally:

$ git clone [email protected]:resin-projects/simple-server-python.git

Then add your resin.io application's remote:

$ git remote add resin [email protected]:username/myapp.git

and push the code to the newly added remote:

$ git push resin master

It should take a few minutes for the code to push. While you wait, lets enable device URLs so we can see the server outside of our local network. This option can be found in the Actions tab in your device dashboard.

Actions Tab

Once the device is updated, you should see this in your logs: log output

Then in your browser you should be able to open the device URL and see the message "Hello World!".

About

Matching (disabled) job seekers to employers the IoT way

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages