Skip to content

Commit 2acb8c4

Browse files
committed
typo
1 parent 4509eb1 commit 2acb8c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# react-native-python-flask-with-authentication-boilerplate
1+
# react_native-python_flask-sql-with-authentication-boilerplate
22
There are 2 apps in this repository: the backend micro service and the frontend client. The backend is managed by python and flask + any SQL DB. The frontend is built with react-native. There is already implemented the auth service in both sides.
33
There are 2 main pages in a StackNavigator: Login and Register. The state of app is managed by Redux and after a successful login there is a TabNavigator template ready to be filled.
44

@@ -14,7 +14,7 @@ git clone https://github.com/damgambit/react_native-python_flask-sql-with-authen
1414
cd react_native-python_flask-sql-with-authentication-boilerplate
1515
pip install -r ./server/requirements.txt
1616
npm install ./client
17-
```
17+
``
1818
1919
# Backend
2020
## Configuration

0 commit comments

Comments
 (0)