Skip to content

Commit a04aa8b

Browse files
committed
edited readme
1 parent ec3f724 commit a04aa8b

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,5 @@
11
# Build a CRUD App with FastAPI and SQLAlchemy
22

3-
## backend
4-
5-
have docker open
6-
use bash:
7-
8-
activate virtual env: venv\Scripts\activate.bat
9-
10-
install all missing packages
11-
12-
uvicorn app.main:app --reload
13-
14-
open on: http://127.0.0.1:8000/docs
15-
16-
docker: docker-compose up -d
17-
18-
(frontend: frontend-reactjs-crud-crypto-app https://github.com/rafgger/frontend-reactjs-crud-crypto-app)
19-
203
In this article, I'll provide you with a simple and straightforward guide on how you can build a CRUD app with FastAPI and SQLAlchemy. The FastAPI app will run on a Starlette web server, use Pydantic for data validation, and store data in an SQLite database.
214

225
![Build a CRUD App with FastAPI and SQLAlchemy](https://codevoweb.com/wp-content/uploads/2022/11/Build-a-CRUD-App-with-FastAPI-and-SQLAlchemy.png)

0 commit comments

Comments
 (0)