This project is part of Microverse's 2.0 curriculum. and it's been built with Html5, CSS3, JS, JSX and webpack; Keeps track of books that you have read using React and Redux, following the guidelines of 🔗 for best practices.
Use a relational database to create the data structure for a vet clinic, with data about: animals animals' owners clinic employees visits
Use indexes to improve query performance
- SQL 🤍
- schema.sql 🤍
- data.sql 🤍
- queries.sql 🤍
To get a local copy up and running follow these simple sample steps... To get the content of this project locally you need to run this command on your terminal :
-
cd <folder>
-
git clone git@github.com:sheylaPozo/vetclinic-database.git
- Set up liveserver as an extension in your VS Code.
- If you don't have the live server extension, or are using another software just view directly in your browser.
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!
👤 Sheyla Pozo ✨🤍
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
- Inspiration