Skip to content

Application for scheduling medical appointments, you are also able to see your health history and medicines purchased

Notifications You must be signed in to change notification settings

ramoncibas/my-health

Repository files navigation

My Health

Application Product History ChatBox

AboutTechnologiesGetting StartedContributingLicense

📖 About

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.

🚀 Technologies

This project was developed with the following technologies:

Angular Ionic FireBase

ℹ️ Getting Started

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.

Installation

  1. Get a free API key at firebase

  2. Clone the repository

$ git clone https://github.com/ramoncibas/myHealth
  1. Install NPM packages
# you can use yarn too
$ npm install
  1. 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 ###'
});
  1. Run
# localhost server
$ ionic serve
  1. Build
# Android or iOS
$ ionic cordova build <platform> [options]

Build references: Cordova and Ionic

🤝 Contributing

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.

📝 License

This project is under the MIT license. See the MIT. for more information.

Made with ♥ by Ramon Cibas 👋 Get in touch!

About

Application for scheduling medical appointments, you are also able to see your health history and medicines purchased

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published