Skip to content

Commit

Permalink
updates readme
Browse files Browse the repository at this point in the history
  • Loading branch information
namiyousef committed May 8, 2024
1 parent 9c01b10 commit 9df348a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# in-n-out
general purpose data ingestion app

# Run app in dev mode
An app to make reading/writing from different data sources a piece of cake.

If you wish to use the universal connector for your own application, checkout [in-n-out-clients](https://github.com/namiyousef/in-n-out-clients).

## Run app in dev mode
```bash
uvicorn main:app --reload
```
```

0 comments on commit 9df348a

Please sign in to comment.