Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwismann/vet-clinic-database
https://github.com/mwismann/vet-clinic-database
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mwismann/vet-clinic-database
- Owner: mwismann
- License: mit
- Created: 2023-05-02T17:08:27.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-05-09T22:02:57.000Z (over 1 year ago)
- Last Synced: 2024-11-08T20:53:49.586Z (about 2 months ago)
- Size: 146 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#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.
### Prerequisites
In order to run this project you need:
- [Git](https://git-scm.com/)
- [Node](https://nodejs.org/en/)
- A code editor, such as [VSCode](https://code.visualstudio.com/)
### Setup
Clone this repository to your desired folder:
```bash
git clone [email protected]:mwismann/vet-clinic-database.git
```
### Install
Install this project dependencies with:
```bash
npm install
```
### Usage
To run the project, execute the following command:
```bash
npm run start
```
👤 **Mathias Wismann**
- GitHub: [@mwismann](https://github.com/mwismann)
- Twitter: [@mathias_wismann](https://twitter.com/mathias_wismann)
- LinkedIn: [Mathias Wismann](https://www.linkedin.com/in/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](../../issues/).
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](./LICENSE) licensed.