Skip to content

A simple side project which combines python, angular, sqlite3 and nvd3 (angular-nvd3). Empatica code challenge

Notifications You must be signed in to change notification settings

brunano21/empatica

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

In order to run this, make sure you have installed:

  • bower (npm install -g bower - requires node, npm and git)
  • python v2.7

Then follow the below steps:

Install virtualenv

sudo pip install virtualenv

Clone the repository

git clone https://github.com/brunano21/dashboard

Move into newly created dashboard folder

cd dashboard

Create a virtual environment

virtualenv venv

Activate the virtual environment

. venv/bin/activate

Install project's dependencies (python's and bower's)

pip install -r requirements.txt
cd server && bower install && cd ..

From <project root folder>/server run the server,

python server.py

Access to the application at

http://127.0.0.1:5000/

In order to run the generator, open a new terminal, from <project root folder>/generator folder run:

python generator.py

In order to run tests, from <project root folder>/server/tests run

python test.py

About

A simple side project which combines python, angular, sqlite3 and nvd3 (angular-nvd3). Empatica code challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published