Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/g-vans/mypharma_frontend
Mobile app for managing Utibu's health medication orders
https://github.com/g-vans/mypharma_frontend
react-native
Last synced: 2 days ago
JSON representation
Mobile app for managing Utibu's health medication orders
- Host: GitHub
- URL: https://github.com/g-vans/mypharma_frontend
- Owner: G-vans
- Created: 2024-04-03T07:26:55.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-03T20:03:59.000Z (8 months ago)
- Last Synced: 2024-04-21T03:54:39.510Z (7 months ago)
- Topics: react-native
- Language: JavaScript
- Homepage: https://mypharma-frontend-ecru.vercel.app
- Size: 1.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MyPharma App
MyPharma is a mobile application for managing medication orders, built with React Native for the frontend and Node.js for the backend.
## Screenshots
### Home Screen
![Home Screen](screenshots/home.jpg)
*Home Screen*### Login Screen
![Login Screen](screenshots/login.jpg)
*Login Screen*### Signup Screen
![Signup Screen](screenshots/signup.jpg)
*Signup Screen*### Medication List Screen
![Medication List Screen](screenshots/medicationlist.jpg)
*Medication List Screen*### Medication Details Screen
![Medication Details Screen](screenshots/medicationdets.jpg)
*Medication Details Screen*### Order Success Screen
![Order Success Screen](screenshots/ordersuccess.jpg)
*Order Success Screen*## Backend
The backend for MyPharma is built with Node.js and SQLite3. It handles user authentication, medication management, order processing, and more.
- **Backend Repository**: [MyPharma Backend Repository](https://github.com/G-vans/mypharma_backend)
- **Backend Deployed Link**: [MyPharma Backend Deployed Link]## Getting Started
To run the MyPharma frontend, follow these steps:
1. Clone the repository: `git clone https://github.com/G-vans/mypharma_frontend.git`
2. Install dependencies: `cd mypharma_frontend && npm install`
3. Run the app: `npm start`Make sure to set up the backend before running the frontend. Refer to the backend repository for instructions on setting up the backend server.
- **Android App apk url**: [Android App apk](https://expo.dev/artifacts/eas/woScemo3UTRS8b2KyQEBVH.aab)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.