medicine and pill reminder app
$ git clone https://github.com/rachwei/vitaliti.git
to run frontend on expo go app:
$ cd frontend
$ npx expo start
to run frontend on xcode simulator:
$ cd frontend
$ npm run ios
to start the backend:
$ cd backend
$ python3 server.py