- 📖 About the Project
- 💻 Getting Started
- 👥 Author
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Vet Clinic is a posgresql database playground
Database
- Database
This repository includes files with plain SQL that can be used to recreate a database:
In order to run this project you need:
postgres
Clone this repository to your desired folder:
git clone https://github.com/ichsansandy/vet-clinic.git
go inside this project with:
cd vet-clinic
- 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!
👤 Ichsan Sandy
- GitHub: @ichsansandy
- Twitter: @1chsansandy
- LinkedIn: Ichsan Sandy
- Add Account System
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project you can share this project to your friend
I would like to thank microverse for this project
This project is MIT licensed.