3imed-jaberi / hospital-management-mobile-app

React Native mobile app as client side for the JEE project 'Hospital Management' 👨🏻‍⚕️ ..
MIT License
5 stars 0 forks source link

How to build? #12

Open ugintl opened 3 years ago

ugintl commented 3 years ago

How to build the apps?

How can I connect this front end with the JEE backend?

3imed-jaberi commented 3 years ago

You can run the backend locally and don't forget to replace the this line https://github.com/3imed-jaberi/hospital-management-backend/blob/master/src/main/resources/application.yml#L15 (database url).

Then, start the mobile app after replace this line https://github.com/3imed-jaberi/hospital-management-mobile-app/blob/master/src/services/index.js#L11 (backend url).

-----------> 🚀