Skip to content

Commit fd8cd74

Browse files
authored
Update README.md
1 parent 2ef5de3 commit fd8cd74

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ A simple task management application using Django, FastAPI, and Flask to demonst
2121
- Flask
2222
- Flask-SQLAlchemy
2323
- Bootstrap 5 (via CDN)
24+
2425
## Installation & Setup
2526
### Prerequisites
2627
Ensure you have **Python 3.x** installed on your system.
28+
2729
### Clone the repository
2830
```
2931
git clone https://github.com/Periyzat/API_Cruds.git
@@ -56,9 +58,11 @@ This project uses**SQLite** as the default database, which is lightweight and fi
5658
`python manage.py runserver`
5759

5860
**Fast API:**
61+
5962
`uvicorn main:app --reload`
6063

6164
**Flask:**
65+
6266
`flask run`
6367
## Usage
6468
- Open the browser and navigate to the corresponding localhost address.

0 commit comments

Comments
 (0)