-
Notifications
You must be signed in to change notification settings - Fork 4
Home
victorganic edited this page Jul 8, 2017
·
1 revision
Welcome to the nsides wiki!
To install
- cd to the directory where requirements.txt is located.
- pip install -r requirements.txt in your shell.
To run: python application.py
To create an API call:
- Add an 'elif' loop in the right 'service' of the api_call() function in application.py
- Add the SQL query in the query_db function in query_nsides_aws.py
- Ensure the database is deployed and available