Skip to content
victorganic edited this page Jul 8, 2017 · 1 revision

Welcome to the nsides wiki!

Installation

To install

  1. cd to the directory where requirements.txt is located.
  2. pip install -r requirements.txt in your shell.

Running the Application

To run: python application.py

Adding an API Call

To create an API call:

  1. Add an 'elif' loop in the right 'service' of the api_call() function in application.py
  2. Add the SQL query in the query_db function in query_nsides_aws.py
  3. Ensure the database is deployed and available
Clone this wiki locally