Update README.md

This commit is contained in:
Fingadumbledore 2024-04-20 17:32:50 +02:00 committed by GitHub
parent e779470d41
commit 2e1d53c138
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ To run this project, you need:
3. Start the application by running the `app.py` file:
```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/).
@ -34,7 +34,7 @@ To run this project, you need:
## 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.
- `templates/`: The directory containing HTML templates for the web pages.
- `static/`: The directory containing static files such as CSS or images.