Commit 4be12ca2 authored by Muhammad Usman's avatar Muhammad Usman

first commit

parent 6709cd46
# Horishop Basic Flask App
## Source Code
https://gitlab.com/musmandevops/horishop_api
> :warning: **There are some errors in manifests you need to solve them.
## When you curl the application home page Expected Response should be
```
<!doctype html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Horisol API</title>
</head>
<body>
<h1>Home Page</h1>
<p>This is the home page of Horisol API..</p>
</body>
```
### To test database connection curl the application with users argument.
e.g. curl YOUR-IP_ADDRESS/users
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