Skip to content

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. More info in README

License

Notifications You must be signed in to change notification settings

nata-jimi-shekar73/react_native-python_flask-sql-with-authentication-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-python-flask-with-authentication-boilerplate

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.

Setup

Prerequisites

Python >= 2.7 npm React-Native

What to do

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 

About

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. More info in README

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.9%
  • Python 14.1%