/m4-vet-clinic

Primary LanguagePLpgSQLMIT LicenseMIT

logo

M4 Vet Clinic


Getting Started

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!

📗 Table of Contents

📖 [M4 Vet Clinic]

[M4 Vet Clinic] creates a database, table, insert data using queries with Postgre SQL

🛠 Built With

Tech Stack

Client
Server

Key Features

  • [Create a database on PostgreSQL]
  • [Create a table]
  • [Insert data into table]
  • [Use queries to search info]

(back to top)

🚀 Live Demo

(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:

Setup

Clone this repository to your desired folder:

Install

Install this project with:

Usage

To run the project, execute the following command:

Run tests

To run tests, run the following command:

Deployment

You can deploy this project using:

(back to top)

👥 Authors

👤 ITALO

(back to top)

🔭 Future Features

  • [Query multi-tables]
  • [Query and update animals table]
  • [Add "join table" for visits.]

(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 give it a star 🌟 😁

(back to top)

🙏 Acknowledgments

I would like to thank...MICROVERSE I would like to thank to TMDB for movie API

(back to top)

❓ FAQ

  • [is this project for free?]

    • [Yes, it is. So, feel free to clone this repository]
  • [may I suggest changes?]

    • [Yes. If you find a bug, please create an ISSUE]

(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)