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!
- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Vet Clinic is an web App to handle data for a small vet clinic using PostgrSQL relational database...
Database
Describe between 1-3 key features of the application.
- Store pets basic info
- Store pets escape attempts
- Store pets neutered status
To get a local copy up and running, follow these steps.
In order to run this project you need:
- A PostgreSQL instance runing in your PC.
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:anthonymr/vet-clinic.git
Install this project with:
Run SQL commands in schema.sql
and data.sql
.
To run the project, execute the following command:
Run SQL commands in queries.sql
to test your database.
To run tests, run the following command:
Run SQL commands in queries.sql
to test your database.
You can deploy this project using:
Run SQL commands in schema.sql
and data.sql
.
👤 Anthony Martin
- GitHub: Anthony Martin
- LinkedIn: Anthony Martin
- Twitter: Anthony Martin
- Query and update animals table
- Add "join table" for visits
- Database performance audit
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, please, start it and share it with your friends.
I would like to thank to Microverse for provide the base idea for this project.
This project is MIT licensed.