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
**Step #5** - start test APIs server at `localhost:5000`
113
+
> **Step #5** - start test APIs server at `localhost:5000`
114
114
115
115
```bash
116
116
$ flask run
@@ -122,7 +122,7 @@ Use the API via `POSTMAN` or Swagger Dashboard.
122
122
123
123
<br />
124
124
125
-
## Project Structure
125
+
## ✨ Project Structure
126
126
127
127
```bash
128
128
api-server-flask/
@@ -140,7 +140,7 @@ api-server-flask/
140
140
141
141
<br />
142
142
143
-
## API
143
+
## ✨ API
144
144
145
145
For a fast set up, use this `POSTMAN` file: [api_sample](https://github.com/app-generator/api-unified-definition/blob/main/api.postman_collection.json)
146
146
@@ -187,7 +187,7 @@ authorization: JWT_TOKEN (returned by Login request)
0 commit comments