Skip to content

A basic database to store animals' information, insert some data into it, and query it

License

Notifications You must be signed in to change notification settings

Ruthmy/vet-clinic-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vet Clinic | `SQL` `PostgreSQL`


📗 Table of Contents


📖 Vet Clinic

Vet Clinic 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!

🛠 Built With

Tech Stack

Client
Database

Key Features

  • [Storage data in the Database] It correctly storage the data on the database and can be interacted using SQL commands.

(back to top)


🚀 SQL Queries preview

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

  • A modern browser (supports html5)

Setup

Clone this repository to your desired folder by using this 👇️ command :

git clone https://github.com/Ruthmy/vet-clinic-db.git

Install

Install this project with:

 instalation is not required

(back to top)


👥 Authors

👤 Ruth Abreu

👤 Nitcelis Bravo

(back to top)


🔭 Future Features

  • [Add more query to manage the database] With this implementation I'll be able to have a better management of the data.
  • [Integrate Back-End] With the integration of a back-end part to this project, the data will be able to be managed and modified.

(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 and know someone who might find it helpful, please share it. Or give it a star ⭐️

(back to top)


🙏 Acknowledgments

I thank Microverse for this fantastic opportunity, and the code reviewers for their advice and time.

(back to top)


📝 License

This project is MIT licensed.

(back to top)


About

A basic database to store animals' information, insert some data into it, and query it

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published