Skip to content

one8loop/rsich-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rsich-server

Dummy server implemented using Flask framework for the RSI Interactive Application made in the context of the HackTheCity 2018 hackaton (Lugano - Apr, 27-29).

Setup guide:

  1. Install python-3.6 and virtualenv
  2. Create a new virtual environment and activate it by exectuting
virtualenv RSI_Server
cd RSI_Server
source bin/activate

This will create a new RSI_Server folder and prepare a fresh python environment with pip automatically installed.

  1. Install Flask-restful
pip install flask-restful
  1. Clone this repository in an 'app' folder
git clone https://github.com/one8loop/rsich-server.git app
  1. Create a Sqlite3 database for the server application
cd app
sqlite3 RSI.db
python setupdb.py
  1. Execute the server
python server.py

It will listen on http://127.0.0.1:5000/

About

Dummy server implemented using Flask framework for the RSI Interactive Application made in the context of the HackTheCity 2018 hackaton.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages