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

https://github.com/prangonghose/vet-clinic-database

It is a repository holding SQL codes to create a database and tables and run simple queries.
https://github.com/prangonghose/vet-clinic-database

postgresql sql

Last synced: about 1 year ago
JSON representation

It is a repository holding SQL codes to create a database and tables and run simple queries.

Awesome Lists containing this project

README

          

logo

Vet Animals Database

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 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)

# 📖 Project Name

## Vet Animals Database

## 🛠 Built With

- `SQL`

### Key Features

> Describe between 1-3 key features of the application.

- A simple database generating `SQL` files.

(back to top)

## 🚀 Live Demo

Live demo is currently unavailable.

(back to top)

## 💻 Getting Started
To clone the repository in local environment try following steps.

### Prerequisites

- [x] A web browser like Google Chrome.
- [x] A code editor like Visual Studio Code with Git and Node.js.

You can check if Git is installed by running the following command in the terminal.
```
$ git --version
```

Likewise for Node.js and npm for package installation.
```
$ node --version && npm --version
```
### Setup

Clone the repository using [this link](https://github.com/PrangonGhose/vet-clinic-database.git).

### Install

In the terminal, go to your file directory and run this command.

```
$ git clone https://github.com/PrangonGhose/vet-clinic-database.git
```
### Get into development

In the terminal, run these commands to get into development.
```
$ cd bookstore-with-react

$ npm init -y

$ npm install (install dependencies)

$ npm run build (create the optimized for production)

$ npm start (run the app locally)
```
### Usage

This website is applicable for both mobile and desktop version.

### Run tests

### Deployment

(back to top)

## 👥 Authors

👤 **Prangon Ghose**

- GitHub: [@PrangonGhose](https://github.com/PrangonGhose)

(back to top)

## 🔭 Future Features

- [ ] **Insert more data**
- [ ] **Connect with website for showcasing**
- [ ] **Use tools e.g. `React` for creating website**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome! Add suggestions by opening new issues.

Feel free to check the [issues page](https://github.com/PrangonGhose/vet-clinic-database/issues).

(back to top)

## ⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

## 🙏 Acknowledgments

Authors would like to thank:
- [Microverse](https://www.microverse.org/)
- Code Reviewers
- Coding Partners

(back to top)

## 📝 License

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