📗 Table of Contents

Clinic Db

Clinic database is a relational database created for a clinic. It consists of tables with data about:

  • patients
  • Invoices
  • medical history
  • Invoice items
  • Treatments

🛠 Built With

Tech Stack

  • [PostgreSQL]

Key Features

  • [create_table]
  • [add_data]
  • [query_data]

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

  • [Clone the repository.]
  • [Create a directory in your device.]

Prerequisites

In order to run this project you need:

  • [Install PostgreSQL to your device]

Setup

Clone this repository to your desired folder:

Example commands:

git clone https://github.com/Bupilipili/vet_clinic.git

cd vet_clinic

(back to top)

Install

To install this project use:

-Installation will be described further.

(back to top)

Usage

To run the project, execute the following command:

  • psql -U postgres -d vet_clinic

  • Password: doom

(back to top)

Deployment

  • This app will be deployed using Netlify.

(back to top)

👥 Authors

👤 Bupilipili

👤 Fatima Najafi

👤 Ochieng Steven

(back to top)

🔭 Future Features

  • [User Sign up]

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues.

(back to top)

⭐️ Show your support

If you like this project you can star the repository to make it look better.

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for giving me the necessary knowledge for this project.

(back to top)

📝 License

This project is MIT licensed.

(back to top)