Skip to content

ttm4115-group11/webserver

Repository files navigation

Web Server

This is a simple webserver running Flask that servers both the Android app in this repository, and the bike racks in this repository.

Run the server

To run the server do the following.

  • We highly recommend you run this in a Python Virtual Environment
  • pip install -r requirements.txt
  • FLASK_APP=app.py
  • flask run

To expose the server over the IP of your computer, which is needed to for example test the server togehter with an Android device, run the last command like this: flask run --host=0.0.0.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages