You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: django-postgres/README.md
+2-16Lines changed: 2 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# User Data CRUD Application
2
2
3
-
A sample user data CRUD app to test Keploy integration capabilities using [Django](https://www.djangoproject.com/) and PostgreSQL. <br>
3
+
A sample user data CRUD app to test Keploy integration capabilities using [Django](https://www.djangoproject.com/) and [PostgreSQL](https://www.postgresql.org/). <br>
4
4
Make the following requests to the respective endpoints -
5
5
6
6
1.`GET /user/` - To get all the data at once.
@@ -138,18 +138,4 @@ Now let's run the application in test mode.
138
138
sudo -E keploy test -c "python3 manage.py runserver" --delay 10
139
139
```
140
140
141
-
So no need to setup fake database/apis like Postgres or write mocks for them. Keploy automatically mocks them and, **The application thinks it's talking to Postgres 😄**
142
-
143
-
# Using Docker
144
-
145
-
Keploy can be used on Linux & Windows through Docker, and on MacOS by the help of [Colima](https://docs.keploy.io/docs/server/macos/installation/#using-colima)
146
-
147
-
## Create Keploy Alias
148
-
149
-
To establish a network for your application using Keploy on Docker, follow these steps.
150
-
151
-
If you're using a docker-compose network, replace keploy-network with your app's `docker_compose_network_name` below.
So, no need to setup fake database/apis like Postgres or write mocks for them. Keploy automatically mocks them and, **The application thinks it's talking to Postgres 😄**
0 commit comments