Skip to content

nickpersad/react-native-auth

Repository files navigation

react-native-auth


React Native app with login, signup, and home screen routing. Connects to NodeJS backend with MongoDB storage. runs with expo

Running Locally

# Clone the repo
git clone https://github.com/nickpersad/react-native-auth.git

# Navigate to clonned folder and Install dependencies
cd react-native-auth && npm install

#Copy default environment file and add your config variables
cp .env.default .env

# Run with Expo
npm start

Your app should now be running on localhost:19002.

Environment file (.env)

########################################################################
##   Environment variables used for React Native App
##
##   SERVER - Location of server.
##   SERVER_PORT - Port of server.
##
########################################################################

About

React Native app that authenticates to a Node JS backend that is connected to MongoDB.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published