Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCodering authored Jan 25, 2024
1 parent 2903c54 commit 9f23809
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ This course provides a comprehensive guide to designing and developing a backend

## Getting started
#### Installation
```
pip3 install -r requirements.txt

```
#### Start the application
```
cd src/
python3 -m uvicorn index.main:app --reload

```
#### Run unit tests
python3 -m pytest
```
python3 -m pytest
```

0 comments on commit 9f23809

Please sign in to comment.