- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
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
Describe the tech stack and include only the relevant sections that apply to your project.
Database
Describe between 1-3 key features of the application.
- Create tables in SQL
- Insert and query data in SQL
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Mac or PC
- PostgreSQL Server
Clone this repository to your desired folder:
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!
👤 NEJJARI ABDELHAFID
- GitHub: @Nejjari001
- Twitter: @AbdoNJ19
- LinkedIn: Abdelhafid Nejjari
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
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, please leave a star.
I would like to thank Microverse for providing me with the necessary reading materials that have aided me during project development.
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.
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.