|
| 1 | +# SEFASSC - SEC Filing Analyzer for SaaS Companies |
| 2 | +## Requirements |
| 3 | +SEFASSC is built on React JS, Bootstrap 4, Reacstrap and the backend is built on Flask. Node JS is required to run the app. |
| 4 | + |
| 5 | +## Installation |
| 6 | +To get the project up and running, and view it in the browser, complete the following steps: |
| 7 | + |
| 8 | +1. Download and install Node: <https://nodejs.org/> |
| 9 | +2. Clone this repo. |
| 10 | +3. Install project dependancies: `npm install` |
| 11 | +4. Start the development environment: `npm start` |
| 12 | +5. Open your browser and visit <http://localhost:3000> |
| 13 | + |
| 14 | +## Development |
| 15 | +When developing components, you may want assets automatically compiled and the browser to refresh automatically. To do this, run the following task: |
| 16 | + |
| 17 | +* `npm run dev` |
| 18 | + |
| 19 | +## Creating a static build |
| 20 | +To create a static instance of this project, run the following task: |
| 21 | + |
| 22 | +* `npm run build` |
| 23 | + |
| 24 | +This will create a folder called `www`, into which the required files will be created. |
| 25 | + |
| 26 | +## Deployment |
| 27 | +To make this project publicly accessible, you can deploy a static instance by running the following task: |
| 28 | + |
| 29 | +* `npm run publish` |
| 30 | + |
| 31 | +This will publish the contents of `public` to your `gh-pages` branch. |
| 32 | + |
| 33 | +## Glimpse of portal |
| 34 | +The App consists of various sections. The most basic view starts from the Smart Search bar, which lets the user search for companies. |
| 35 | + |
| 36 | +The examples below showcase the famous company _Asana Inc._, publicly traded as `ASAN`. |
| 37 | + |
| 38 | +The portal shows 4 sections, namely: |
| 39 | +- Overview |
| 40 | +- Deep Dive |
| 41 | +- Highlights |
| 42 | +- Filings Explorer |
| 43 | + |
| 44 | +.png) |
| 45 | +.png) |
| 46 | +.png) |
| 47 | +.png) |
| 48 | +.png) |
| 49 | +.png) |
| 50 | +.png) |
0 commit comments