Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashad001/eq-insight
https://github.com/ashad001/eq-insight
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ashad001/eq-insight
- Owner: Ashad001
- Created: 2024-04-15T15:13:47.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-14T04:13:51.000Z (6 months ago)
- Last Synced: 2024-05-14T17:46:47.891Z (6 months ago)
- Language: HTML
- Size: 3.08 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Running the Project
To run the project, follow these steps:
1. Clone the repository:
```bash
git clone 'https://github.com/{username}/EQ-Insight.git'
``````bash
cd 'EQ-Insight'
```2. Set up a Python environment and install dependencies:
```bash
python -m venv venv
venv\Scripts\activate
``````bash
pip install -r requirements.txt
```3. Run the Flask app:
```bash
python app.py
```3. Open a web browser and navigate to `http://127.0.0.1:5000/` to interact with the app.