Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 374 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 374 Bytes

sample-report-framework

A full stack application to demo scheduled reports

To Run the Flask server:

  1. Navigate to backend folder.
  2. Install requirements from requirements.txt
  3. Fill in config.py with required database url and email settings.
  4. run flask run

To Run the React server:

  1. Navigate to frontend folder.
  2. run npm install
  3. run npm start.