/Vet-clinic

Primary LanguagePLpgSQLMIT LicenseMIT

Vet Clinic

📗 Table of Contents

📖 VET CLINIC

Vet Clinic is a Data management system for a Vet Clinic Insert animals details into a central database, retrieve them, edit and update them or even delete the un wanted information Data is managed through PostgreSQL Server

🛠 Built With

Tech Stack

Describe the tech stack and include only the relevant sections that apply to your project.

Database

Key Features

Describe between 1-3 key features of the application.

  • Create tables in SQL
  • Insert and query data in SQL

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need:

  • Mac or PC
  • PostgreSQL Server

Setup

Clone this repository to your desired folder:

Usage

This repository includes files with plain SQL that can be used to recreate a database:

  • Use schema.sql to create all tables.
  • Use data.sql to populate tables with sample data.
  • Check queries.sql for examples of queries that can be run on a newly created database. Important note: this file might include queries that make changes in the database (e.g., remove records). Use them responsibly!

(back to top)

👥 Authors

👤 NEJJARI ABDELHAFID

(back to top)

🔭 Future Features

Describe 1 - 3 features you will add to the project.

  • A UI to aid access to the database
  • More CRUD operations
  • Security to the database

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project, please leave a star.

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for providing me with the necessary reading materials that have aided me during project development.

(back to top)

❓ FAQ

Add at least 2 questions new developers would ask when they decide to use your project.

  • Can I use this code?

    • Sure! It's open source, feel free to fork it.
  • Can I contribute to this project?

    • Contact me and I'll add you as a contributor. Alternatively, you can leave an issue, it'll be well appreciated.

(back to top)

📝 License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

(back to top)