Skip to content

Commit 37f1524

Browse files
Added docs for Swagger UI and [Not Working] Async Storage, SQl file import guide
1 parent 52f8191 commit 37f1524

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ https://www.npmjs.com/package/react-native-dotenv
103103

104104
https://www.npmjs.com/package/axios
105105

106-
https://www.npmjs.com/package/frisbee
106+
https://react-native-async-storage.github.io/async-storage/ [Not Working]
107107

108108

109109
## Backend
@@ -125,7 +125,7 @@ max_execution_time = 5000
125125
max_input_time = 5000
126126
memory_limit = 1000M
127127
```
128-
Then import the sql file using phpMyAdmin (XAMMP->MySQL->Admin)
128+
Normally Exported sql Script does not have create database syntax. So you should create a database using phpMyAdmin and then import SQL file using phpMyAdmin (XAMMP->MySQL->Admin)
129129

130130
### Setup Server
131131

@@ -154,6 +154,7 @@ Main Packages
154154
pip install python-dotenv
155155
pip install python-dateutil
156156
pip install -U flask-cors
157+
pip install flask-restx
157158

158159
Install a python formatter in VSCode outside of virtual environment
159160

@@ -173,7 +174,8 @@ Same email and password
173174
* Documentation Flask : https://flask.palletsprojects.com/en/2.0.x/
174175
* Documentation SQLAlchemy: https://flask-sqlalchemy.palletsprojects.com/en/2.x/
175176
* Documentation JWT: https://flask-jwt-extended.readthedocs.io/en/stable/basic_usage/
176-
* https://pypi.org/project/Flask-Cors/
177+
* CORS: https://pypi.org/project/Flask-Cors/
178+
* Swagger UI: https://flask-restx.readthedocs.io/en/latest/index.html
177179

178180
* To start flask server <br>
179181
`python app.py`

0 commit comments

Comments
 (0)