- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
Vet-Clinic is a project involves creating a PostgreSQL database using SQL to manage essential information about animals, including their names, dates of birth, escape attempts, neutering status, and weight, facilitating efficient tracking and organization of animal health records and clinic operations.
Client
Server
Database
- [Diagram]
- [Animals-data-table]
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!
To get a local copy up and running, follow these steps.
In order to run this project you need:
install postgresql.
Clone this repository to your desired folder:
cd my-folder git clone git@github.com:AnsarIbrahim/Vet-Clinic.git
Install this project with:
cd my-project
gem install
To run the project, execute the following command:
rails server
To run tests, run the following command:
sh bin/rails test test/models/article_test.rb
You can deploy this project using:
sh
👤 Author1
- [Add more relational tables for the vet clinic]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project give it a ⭐️
- Microverse
- freecodecamp, Youtube
This project is MIT licensed.