Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvnguyen95 authored Dec 9, 2023
1 parent 6b3e40d commit c8b9f8c
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,29 +35,34 @@ npm install -g expo-cli
1. Clone the repository.
2. Install the required npm packages:

\```bash
```
npm install
\```
```

In RNLoginBackend directory, start the server using
```
node server.js
```
to establish the server with mongoosedb database

3. Make sure you set up Firebase and add your Firebase config in the appropriate file.

## Running

To run the app in a local development environment:

\```bash
```
expo start
\```
```

This will open a QR code that you can scan using the Expo Go app on your Android device, or it will give you an option to run it on an Android emulator.

## Deployment

The app will be released for testing via a downloadable APK. To generate the APK:

\```bash
```
expo build:android -t apk
\```
```

Follow the on-screen instructions to download the APK once it's generated.

Expand All @@ -76,9 +81,9 @@ We will be using Jest for automated testing.

To run the unit tests, execute:

\```bash
```
npm test
\```
```

## Database Schema

Expand Down

0 comments on commit c8b9f8c

Please sign in to comment.