Commit 3a69568d authored by Muhammad Usman's avatar Muhammad Usman

first commit

parent 4be12ca2
# Horishop Basic Flask App
## Source Code
https://gitlab.com/musmandevops/horishop_api
> :warning: **There are some errors in manifests you need to solve them.
## Steps:
1. deploy mysql
2. exec into mysql pod
3. cat mysql/table.txt
4. create table
5. insert data
6. deploy application
7. Test
## When you curl the application home page Expected Response should be
```
......@@ -28,3 +40,7 @@ https://gitlab.com/musmandevops/horishop_api
### To test database connection curl the application with users argument.
e.g. curl YOUR-IP_ADDRESS/users
## Source Code for application
https://gitlab.com/musmandevops/horishop_api
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment