Skip to content

This repository contains a simple authentication example with a backend and a React Native Expo frontend.

Notifications You must be signed in to change notification settings

hppanpaliya/React-Native-Auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Auth Example

This repository contains a simple authentication example with a backend and a React Native Expo frontend.

Backend

The backend folder contains the server-side code built with Express.js and MongoDB. It handles user registration, login, and logout.

Installation

  1. Clone the repository.
  2. Navigate to the backend folder.
  3. Install the dependencies by running the following command:
yarn

Usage

  1. Start the server by running the following command:
yarn start
  1. The backend server will be running at http://localhost:3000.

React Native Expo

The react-native-expo folder contains the frontend code built with React Native and Expo. It provides a user interface for user registration, login, and logout.

Installation

  1. Navigate to the react-native-expo folder.
  2. Install the dependencies by running the following command:
yarn
  1. Use the Expo Go app on your mobile device to scan the QR code displayed in the terminal or the Expo Dev Tools in the browser.

Contributing

Contributions are welcome! If you find any issues or would like to add new features, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

This repository contains a simple authentication example with a backend and a React Native Expo frontend.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published