Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 952 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 952 Bytes

NRChallenge_Services

Objective:

This project has the API which pushed emissions and other power plant-related data to the controller app. It is built using the Django framework and uses the default sqlite database as its data store

How to set up on local:

  • Clone the repo : git clone https://github.com/sania-dsouza/NRChallenge_Services.git
  • cd into the 'services' folder: cd services
  • Install dependencies: pip install
  • Run the project by sending information to New Relic at the same time
  NEW_RELIC_CONFIG_FILE=newrelic.ini newrelic-admin run-program python manage.py runserver 8082