My Med Identity is a personilized Mobile app that lets you store and manage your personal medical Records.
Clone the project
git clone https://github.com/itsdevdeepak/my-med-identity
Go to the project directory
cd my-med-identity
Install dependencies
npm install
Add Enviroment Variables
cat API_URL=<your api url> > .env
Start the server
npm start