About • Technologies • Getting Started • Contributing • License
Application for scheduling medical appointments, you are also able to see your health history and medicines purchased, forget the long lines of people to make an appointment.
This project was developed with the following technologies:
To clone and run this application, you'll need:
- Git
- Ionic 5.4.16
- Angular 11.2.5
- Node.js v10.16 or higher or Yarn v1.13 or higher installed on your computer.
-
Get a free API key at firebase
-
Clone the repository
$ git clone https://github.com/ramoncibas/myHealth
- Install NPM packages
# you can use yarn too
$ npm install
- Enter your API in environment.ts
...dependencies
// Initialize Cloud Firestore through Firebase
firebase.initializeApp({
apiKey: '### FIREBASE API KEY ###',
authDomain: '### FIREBASE AUTH DOMAIN ###',
projectId: '### CLOUD FIRESTORE PROJECT ID ###'
});
- Run
# localhost server
$ ionic serve
- Build
# Android or iOS
$ ionic cordova build <platform> [options]
Build references: Cordova and Ionic
This project is for study purposes too, so send me an email telling me what you are doing and why you are doing it, teach me what you know
All kinds of contributions are very welcome and appreciated!
- ⭐️ Star the project
- 🐛 Find and report issues
- 📥 Submit PRs to help solve issues or add features
- ✋ Give me suggestions for new features And make sure to read the Contributing Guide before making a pull request.
This project is under the MIT license. See the MIT. for more information.
Made with ♥ by Ramon Cibas 👋 Get in touch!