Steps to run the project
- Install django
- Navigate to the directory of the project
- Open the terminal and run the command "python manage.py runserver"
- Open pages "http://127.0.0.1:8000/crud/Create", "http://127.0.0.1:8000/crud/Retrieve", "http://127.0.0.1:8000/crud/Update" and "http://127.0.0.1:8000/crud/Delete" and verify the operations
For the Docker app:
- Install Docker and then build the containers using the
docker compose up -d
command - After running all the 3 containers, open
localhost
to view the homepage of the CRUD Website - For load testing, run
pip install locust
,cd
to theload-testing
directory and runlocust
in the Terminal - Open
0.0.0.0:8089
to view the Locust Web UI and configure the load testing parameters