How to Run PWeb CRUD Example?
It this section we will clone or download codes from GitHub and run it.
Download and Run the source
-
Go to the URL : https://github.com/banglafighter/pweb-crud-example
For Git User
git clone https://github.com/banglafighter/pweb-crud-example.git
Run Project
# Go to the project root
cd pweb-crud-example
# Run the command for prepare project environment
pwebcli project update
# For active virtual environment
venv\Scripts\activate
# Run the command for DB initialization
pweb db-cli init
# Run the project
python pweb_app.py
URL
-
Swagger : http://127.0.0.1:1212/pweb-swagger-ui