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.
Python >= 2.7 npm React-Native
git clone https://github.com/damgambit/react_native-python_flask-sql-with-authentication-boilerplate cd react_native-python_flask-sql-with-authentication-boilerplate pip install -r ./server/requirements.txt npm install ./client