An open API service indexing awesome lists of open source software.

https://github.com/developertariq/vet-clinic-db


https://github.com/developertariq/vet-clinic-db

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# vet clinic database

## πŸ“— Table of Contents

- [vet clinic database](#vet-clinic-database)
- [πŸ“— Table of Contents](#-table-of-contents)
- [πŸ“– Vet clinic database ](#-vet-clinic-database-)
- [πŸ›  Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [πŸš€ Live Demo ](#-live-demo-)
- [πŸ’» Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [πŸ‘₯ Authors ](#-authors-)
- [πŸ”­ Future Features ](#-future-features-)
- [🀝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [πŸ™ Acknowledgments ](#-acknowledgments-)
- [πŸ“ License ](#-license-)

# πŸ“– Vet clinic database

**Vet clinic** database is an educational project where I will use a relational database to create the data structure for a vet clinic. I will start with one table, and step by step, will create a complete database with data about:

- animals
- animals' owners
- clinic employees
- visits

Apart from building data structure that require SQL queries to answer specific questions.

## πŸ›  Built With

### Tech Stack

Client

Server

Database

### Key Features

- **Maintain animals and its owers' information**
- **Track available clinics and service providers list**
- **Keep visitors record**

(back to top)

## πŸš€ Live Demo

- Live demo is not available.

(back to top)

## πŸ’» Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

1. Before you go ahead with this React tutorial, please make sure you have:

- Basic understanding of HTML and CSS.
- JavaScript fundamentals (object, array, conditionals etc).
- Familiarity with JavaScript ES6 features (class syntax, arrow functions, object destructuring etc).

2. [Node and npm](https://nodejs.org/en/download/) are installed. Here are the versions I'll be using while making this tutorial:

```shell
$ node --version
v16.13.2

$ npm --version
8.1.2
```
> Installing npm adds two commands to the systemβ€”`npm` and `npx`β€”both of which I'll be using while making this tutorial.

3. [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) is installed. Here's the version I'll be using while making this tutorial:

```shell
$ git --version
git version 2.29.1.windows.1
```

4. A [GitHub](https://github.com/signup) account. :octocat:

5. [PostgreSQL](https://www.postgresql.org/) are intalled and knowledge on SQL.

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/developertariq/bookstore.git

```

### Install

Install this project with:

```sh
cd my-project
npm install
```

### Usage

To run the project, execute the following command:

```sh
npm run start
```

### Run tests

To run tests, run the following command:

```sh
npm test
```

## πŸ‘₯ Authors

πŸ‘€ **Md Tariq-ul Islam**

- GitHub: [@developertariq](https://github.com/developertariq)
- LinkedIn: [@developer-tariq](www.linkedin.com/in/developer-tariq)
- Twitter: [@developer_tariq](https://twitter.com/developer_tariq)

(back to top)

## πŸ”­ Future Features

- [ ] **In this educational project, there is no scope for improvement into the curriculum.**

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

If you spot any bugs or issues in this activity, you can [open an issue with your proposed change](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project, please ⭐️ the project.

(back to top)

## πŸ™ Acknowledgments

> Give credit to everyone who inspired your codebase.

I would like to thank all team members, coding partners, reviewers and testers.

(back to top)

## πŸ“ License

This project is [MIT](./LICENSE) licensed.

(back to top)