Mobile application designed to be used with server side application, created as a part of my Engineer's Thesis 2022. The application allows users to view and summarize the history of their blood donation and plan the next donation.
Mobile application was designed to be used with a WebApi
To get a local copy up and running follow these simple steps.
To build this project, you require:
- Node.js
- Expo CLI
- Clone the repo
git clone https://github.com/czubamich/BloodLoop.Backend.git
- Configure BloodLoop.WebApi url (src/config.ts)
- Install dependencies
npm install
- Run Expo
expo start
- You can run the app in Expo GO, or in Web
If you find anything that is performing not as espected? Any feature that should be added or improved? Please feel free to check the issue tracked and create create a ticket. Please try to provide a detailed description of your problem, including the steps to reproduce it.
Michael Czuba - [email protected]