Sys-Lab / InfoRobot_teamA

Info robot is your ultimate servant for your life.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Running server "cd" into the root directory of the project and then:

python runserver.py

You can now browse http://127.0.0.1:5000 to view this site.

#Dependencies

  • Flask
  • mongoDB
  • mongoengine

#Installing dependencies

sudo apt-get install mongodb

Use Pip to install python dependencies. If you have not had Pip installed yet, run

sudo apt-get install python-pip

Installing the python dependencies:

sudo pip install flask
sudo pip install mongoengine

#Syncing database //pass. Will be implemented later.

About

Info robot is your ultimate servant for your life.


Languages

Language:Python 82.5%Language:HTML 9.0%Language:JavaScript 8.5%