mirror of
https://github.com/lucaspalomodevelop/sqlite-analyzer.git
synced 2026-03-13 00:07:27 +00:00
Update README.md
This commit is contained in:
parent
e779470d41
commit
2e1d53c138
@ -20,7 +20,7 @@ To run this project, you need:
|
|||||||
3. Start the application by running the `app.py` file:
|
3. Start the application by running the `app.py` file:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python app.py
|
python main.py
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Open a web browser and go to the URL [http://127.0.0.1:5000/](http://127.0.0.1:5000/).
|
4. Open a web browser and go to the URL [http://127.0.0.1:5000/](http://127.0.0.1:5000/).
|
||||||
@ -34,7 +34,7 @@ To run this project, you need:
|
|||||||
|
|
||||||
## File Structure
|
## File Structure
|
||||||
|
|
||||||
- `app.py`: The main application that creates the web service using Flask.
|
- `main.py`: The main application that creates the web service using Flask.
|
||||||
- `uploads/`: The directory where uploaded SQLite database files are stored.
|
- `uploads/`: The directory where uploaded SQLite database files are stored.
|
||||||
- `templates/`: The directory containing HTML templates for the web pages.
|
- `templates/`: The directory containing HTML templates for the web pages.
|
||||||
- `static/`: The directory containing static files such as CSS or images.
|
- `static/`: The directory containing static files such as CSS or images.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user