A simple application that lets you organize your medicines with React Native and Expo.
Follow the simple Installation Guide to get Appwrite up and running in no time. You can either deploy Appwrite on your local machine or, on any cloud provider of your choice.
We need to make a few configuration changes to your Appwrite server.
- Go to Database and create a new Database.
- Go inside your database and create a new collection.
- Add the following attributes to the collection.
- Go to settings and add the following permissions to your collections.
Note: You would need to name the collection and attributes same as in the screenshots above.
You need to follow these steps to start the front end.
You will need to fill in these environment variables that help your frontend connect to Appwrite.
- BASE_URL - Your Appwrite URL
- DB_ID - Your Database ID
Follow these instructions to run the demo app locally
$ git clone https://github.com/Neeleshrj/store-your-meds-rn.git
$ cd store-your-meds
Run the following command to generate your .env
vars
$ cp .env.example .env
Now fill in the envrionment variables we discussed above in your .env
Now run the following commands to start your expo application and scan the QR code to run it on your device
$ yarn
$ npx expo start