Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham authored Mar 20, 2024
1 parent ecb7c47 commit a872eba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ Now you know the issue, so provide the database and use the in-memory store only
For using database, you can use [`sqlmodel`](https://github.com/tiangolo/sqlmodel) which is the FastAPI friend.
After switching to the database, you can update tests based on [manual](https://fastapi.tiangolo.com/advanced/testing-database/).

When you have the backend API, you need to have a way to communicate the API with your frontend team.
I can suggest two solutions here, [Postman](https://www.postman.com/) and [Swagger](https://swagger.io/) but which one prefered by you?

If you want to write this project with your partner, how did you do that?

## How to run?

You can run server using `uvicorn` directly,
Expand Down

0 comments on commit a872eba

Please sign in to comment.