Skip to content

2bndy5/webapp-standalone

 
 

Repository files navigation

webapp

Documentation Status

Flask webapp for interacting and remotely controlling the MASCCOT robot via WiFi.

How to Contribute

check out our contributing guidelines

How to add or change the documentation

check out our guide on contributing documentation

Setup instructions

Clone the repository navigate to its root folder

git clone https://github.com/2bndy5/webapp-standalone.git
cd webapp-standalone

Prepare the virtual environment

pip install virtualenv
python -m venv env

Activate the virtual environment

For Windows

env\\Scripts\\activate.bat

For Linux

source env/bin/activate

Install Dependencies

pip install -r requirements.txt

or

pip3 install -r requirements.txt

On the Raspberry Pi, you'll need to install the picamera module via apt:

sudo apt-get install python3-picamera

Running the server

python -m webapp.app

About

Flask webapp for interacting and remotely controlling the MASCCOT robot via WiFi.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.8%
  • Python 15.5%
  • HTML 6.0%
  • CSS 1.2%
  • Shell 0.5%