- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
[vet-clinic-database] is a project where I created the initial structure for a vet clinic with the implementation of a relational database. I created a table to store animals' information, insert data into it, and query it.
Client
- N/A
Server
- N/A
Database
- [Proper addition of animals table]
- [Proper insertion of animal data into table]
- [Diversification of queries in table]
To get a local copy up and running, follow these steps.
In order to run this project you need:
Clone this repository to your desired folder:
git clone git@github.com:mwismann/vet-clinic-database.git
Install this project dependencies with:
npm install
To run the project, execute the following command:
npm run start
👤 Mathias Wismann
- GitHub: @mwismann
- Twitter: @mathias_wismann
- LinkedIn: Mathias Wismann
- [Implementation of transactions to update records]
- [Implementation of transactions to delete records]
- [Addition of ux interface]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project you can help me a lot with a star!
I would like to thank Microverse for the opportunity provided to me as a student that enables me to improve my skills.
This project is MIT licensed.